diff options
author | linuxppc@jdl.com <linuxppc@jdl.com> | 2005-09-19 09:32:07 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-09-21 19:21:09 +1000 |
commit | 3e57615bb5a8b6208627049884ee441f6d05905e (patch) | |
tree | ce59d350bcb9e9fa6469b3bdefc7f25b3897bfa3 /arch/ppc/platforms/83xx | |
parent | c7aeffc4d38f0573b05bf5ebd2f037997ec9d075 (diff) | |
download | kernel-crypto-3e57615bb5a8b6208627049884ee441f6d05905e.tar.gz kernel-crypto-3e57615bb5a8b6208627049884ee441f6d05905e.tar.xz kernel-crypto-3e57615bb5a8b6208627049884ee441f6d05905e.zip |
[PATCH] powerpc: Revised merge asm-ppc*/hardirq.h
This is a revised patch to merge asm-ppc*/hardirq.h.
It removes some unnecessary #includes, but then requires
the addition of #include <asm/irq.h> in PPC32's hw_irq.h
much like ppc64 already does. Furthermore, several
unnecessary #includes were removed from some ppc32 boards
in order to break resulting bad #include cycles.
Builds pSeries_defconfig and all ppc32 platforms except
the already b0rken bseip.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc/platforms/83xx')
-rw-r--r-- | arch/ppc/platforms/83xx/mpc834x_sys.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/ppc/platforms/83xx/mpc834x_sys.h b/arch/ppc/platforms/83xx/mpc834x_sys.h index 1584cd77a9e..58e44c04253 100644 --- a/arch/ppc/platforms/83xx/mpc834x_sys.h +++ b/arch/ppc/platforms/83xx/mpc834x_sys.h @@ -19,7 +19,6 @@ #include <linux/config.h> #include <linux/init.h> -#include <linux/seq_file.h> #include <syslib/ppc83xx_setup.h> #include <asm/ppcboot.h> |