diff options
Diffstat (limited to 'include/asm-mips/ddb5xxx/ddb5xxx.h')
-rw-r--r-- | include/asm-mips/ddb5xxx/ddb5xxx.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/asm-mips/ddb5xxx/ddb5xxx.h b/include/asm-mips/ddb5xxx/ddb5xxx.h index 2c8c93430c1c..2f1b191c6fff 100644 --- a/include/asm-mips/ddb5xxx/ddb5xxx.h +++ b/include/asm-mips/ddb5xxx/ddb5xxx.h | |||
@@ -255,9 +255,7 @@ extern void ddb_pci_reset_bus(void); | |||
255 | /* | 255 | /* |
256 | * include the board dependent part | 256 | * include the board dependent part |
257 | */ | 257 | */ |
258 | #if defined(CONFIG_DDB5476) | 258 | #if defined(CONFIG_DDB5477) |
259 | #include <asm/ddb5xxx/ddb5476.h> | ||
260 | #elif defined(CONFIG_DDB5477) | ||
261 | #include <asm/ddb5xxx/ddb5477.h> | 259 | #include <asm/ddb5xxx/ddb5477.h> |
262 | #else | 260 | #else |
263 | #error "Unknown DDB board!" | 261 | #error "Unknown DDB board!" |