diff options
Diffstat (limited to 'arch/mips/sibyte/swarm/platform.c')
-rw-r--r-- | arch/mips/sibyte/swarm/platform.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/sibyte/swarm/platform.c b/arch/mips/sibyte/swarm/platform.c index dd0e5b9b64e8..54847fe1e564 100644 --- a/arch/mips/sibyte/swarm/platform.c +++ b/arch/mips/sibyte/swarm/platform.c | |||
@@ -9,6 +9,8 @@ | |||
9 | #include <asm/sibyte/sb1250_genbus.h> | 9 | #include <asm/sibyte/sb1250_genbus.h> |
10 | #include <asm/sibyte/sb1250_regs.h> | 10 | #include <asm/sibyte/sb1250_regs.h> |
11 | 11 | ||
12 | #if defined(CONFIG_SIBYTE_SWARM) || defined(CONFIG_SIBYTE_LITTLESUR) | ||
13 | |||
12 | #define DRV_NAME "pata-swarm" | 14 | #define DRV_NAME "pata-swarm" |
13 | 15 | ||
14 | #define SWARM_IDE_SHIFT 5 | 16 | #define SWARM_IDE_SHIFT 5 |
@@ -79,3 +81,5 @@ static int __init swarm_pata_init(void) | |||
79 | } | 81 | } |
80 | 82 | ||
81 | device_initcall(swarm_pata_init); | 83 | device_initcall(swarm_pata_init); |
84 | |||
85 | #endif /* defined(CONFIG_SIBYTE_SWARM) || defined(CONFIG_SIBYTE_LITTLESUR) */ | ||