linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2.4.32-pre2] build fix: auto_fs4 changes broke ppc64 build
@ 2006-02-24 23:42 Jesse Brandeburg
  0 siblings, 0 replies; only message in thread
From: Jesse Brandeburg @ 2006-02-24 23:42 UTC (permalink / raw)
  To: marcelo.tosatti; +Cc: linux-kernel

This patch adds a couple of #include statements verified to fix the compile
for ppc64 and probably will fix the compile on parisc.  I just noticed
parisc had the same problem.  ppc64 would not build without this fix.

Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>

---

  arch/parisc/kernel/ioctl32.c |    1 +
  arch/ppc64/kernel/ioctl32.c  |    1 +
  2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch/parisc/kernel/ioctl32.c b/arch/parisc/kernel/ioctl32.c
index 8e12397..7b52a77 100644
--- a/arch/parisc/kernel/ioctl32.c
+++ b/arch/parisc/kernel/ioctl32.c
@@ -35,6 +35,7 @@
  #include <linux/cdrom.h>
  #include <linux/loop.h>
  #include <linux/auto_fs.h>
+#include <linux/auto_fs4.h>
  #include <linux/devfs_fs.h>
  #include <linux/tty.h>
  #include <linux/vt_kern.h>
diff --git a/arch/ppc64/kernel/ioctl32.c b/arch/ppc64/kernel/ioctl32.c
index 1cc4c39..53546b9 100644
--- a/arch/ppc64/kernel/ioctl32.c
+++ b/arch/ppc64/kernel/ioctl32.c
@@ -49,6 +49,7 @@
  #include <linux/cdrom.h>
  #include <linux/loop.h>
  #include <linux/auto_fs.h>
+#include <linux/auto_fs4.h>
  #include <linux/devfs_fs.h>
  #include <linux/tty.h>
  #include <linux/vt_kern.h>

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2006-02-24 23:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-24 23:42 [PATCH 2.4.32-pre2] build fix: auto_fs4 changes broke ppc64 build Jesse Brandeburg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).