diff options
Diffstat (limited to 'drivers/net/irda')
-rw-r--r-- | drivers/net/irda/au1k_ir.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/net/irda/au1k_ir.c b/drivers/net/irda/au1k_ir.c index a3d696a9456a..d1a77ef9b9e8 100644 --- a/drivers/net/irda/au1k_ir.c +++ b/drivers/net/irda/au1k_ir.c | |||
@@ -32,10 +32,7 @@ | |||
32 | #include <asm/irq.h> | 32 | #include <asm/irq.h> |
33 | #include <asm/io.h> | 33 | #include <asm/io.h> |
34 | #include <asm/au1000.h> | 34 | #include <asm/au1000.h> |
35 | #if defined(CONFIG_MIPS_PB1000) || defined(CONFIG_MIPS_PB1100) | 35 | #if defined(CONFIG_MIPS_DB1000) || defined(CONFIG_MIPS_DB1100) |
36 | #include <asm/pb1000.h> | ||
37 | #elif defined(CONFIG_MIPS_DB1000) || defined(CONFIG_MIPS_DB1100) | ||
38 | #include <asm/db1x00.h> | ||
39 | #include <asm/mach-db1x00/bcsr.h> | 36 | #include <asm/mach-db1x00/bcsr.h> |
40 | #else | 37 | #else |
41 | #error au1k_ir: unsupported board | 38 | #error au1k_ir: unsupported board |