Commit d281bc9d authored by Russell King's avatar Russell King Committed by Russell King

[ARM] fix missing includes for iop33x and sa1100_ir

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 657e1de8
......@@ -7,6 +7,7 @@
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include <asm/hardware/iop3xx.h>
static inline void arch_idle(void)
{
......
......@@ -36,7 +36,7 @@
#include <net/irda/irda_device.h>
#include <asm/irq.h>
#include <asm/dma.h>
#include <mach/dma.h>
#include <mach/hardware.h>
#include <asm/mach/irda.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment