Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 32643fe6 authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[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: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 6ae8595e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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)
{