diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-11-28 21:10:06 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-11-28 23:09:47 +0000 |
commit | 32643fe633ce1c9c892bceee35cd0d137d71bae5 (patch) | |
tree | bbb5187030368b933bf9c470908dfba3e12e9aab /arch/arm | |
parent | 6ae8595e979d0e3450ad33a7fa7db4bf87876c79 (diff) | |
download | kernel_samsung_smdk4412-32643fe633ce1c9c892bceee35cd0d137d71bae5.zip kernel_samsung_smdk4412-32643fe633ce1c9c892bceee35cd0d137d71bae5.tar.gz kernel_samsung_smdk4412-32643fe633ce1c9c892bceee35cd0d137d71bae5.tar.bz2 |
[ARM] ixp23xx: mach/io.h doesn't need BUG() anymore
ixp23xx's mach/io.h claims to need linux/kernel.h for BUG().
However, this header doesn't make use of BUG().
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-ixp23xx/include/mach/io.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-ixp23xx/include/mach/io.h b/arch/arm/mach-ixp23xx/include/mach/io.h index 305ea18..fd9ef8e 100644 --- a/arch/arm/mach-ixp23xx/include/mach/io.h +++ b/arch/arm/mach-ixp23xx/include/mach/io.h @@ -20,8 +20,6 @@ #define __io(p) ((void __iomem*)((p) + IXP23XX_PCI_IO_VIRT)) #define __mem_pci(a) (a) -#include <linux/kernel.h> /* For BUG */ - static inline void __iomem * ixp23xx_ioremap(unsigned long addr, unsigned long size, unsigned int mtype) { |