aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/sibyte/swarm
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2008-10-08 19:14:33 +0100
committerRalf Baechle <ralf@linux-mips.org>2008-10-08 19:19:28 +0100
commit8806048878fce541afe1d72cd2320f092519f90a (patch)
treed1b88209d37da8b378df16c21a62e1ed173dd413 /arch/mips/sibyte/swarm
parent85ba94ba0592296053f7f2846812173424afe1cb (diff)
downloadkernel_samsung_smdk4412-8806048878fce541afe1d72cd2320f092519f90a.zip
kernel_samsung_smdk4412-8806048878fce541afe1d72cd2320f092519f90a.tar.gz
kernel_samsung_smdk4412-8806048878fce541afe1d72cd2320f092519f90a.tar.bz2
[MIPS] Sibyte: Register PIO PATA device only for Swarm and Litte Sur
Symbol name spaghetti which is too complicated to cleanup on this stage of the release cycle breaks the build on BCM1480 platforms. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/sibyte/swarm')
-rw-r--r--arch/mips/sibyte/swarm/platform.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/sibyte/swarm/platform.c b/arch/mips/sibyte/swarm/platform.c
index dd0e5b9..54847fe 100644
--- a/arch/mips/sibyte/swarm/platform.c
+++ b/arch/mips/sibyte/swarm/platform.c
@@ -9,6 +9,8 @@
#include <asm/sibyte/sb1250_genbus.h>
#include <asm/sibyte/sb1250_regs.h>
+#if defined(CONFIG_SIBYTE_SWARM) || defined(CONFIG_SIBYTE_LITTLESUR)
+
#define DRV_NAME "pata-swarm"
#define SWARM_IDE_SHIFT 5
@@ -79,3 +81,5 @@ static int __init swarm_pata_init(void)
}
device_initcall(swarm_pata_init);
+
+#endif /* defined(CONFIG_SIBYTE_SWARM) || defined(CONFIG_SIBYTE_LITTLESUR) */