dect
/
linux-2.6
Archived
13
0
Fork 0

[ARM] fix missing includes for iop33x and sa1100_ir

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
Russell King 2008-12-01 23:01:19 +00:00 committed by Russell King
parent 657e1de8e7
commit d281bc9d8a
2 changed files with 2 additions and 1 deletions

View File

@ -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)
{

View File

@ -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>