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 --- 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 #include #include +#include #include #include #include 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 #include #include +#include #include #include #include To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/