We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 392eaef + 8806048 commit 6984937Copy full SHA for 6984937
arch/mips/sibyte/swarm/platform.c
@@ -9,6 +9,8 @@
9
#include <asm/sibyte/sb1250_genbus.h>
10
#include <asm/sibyte/sb1250_regs.h>
11
12
+#if defined(CONFIG_SIBYTE_SWARM) || defined(CONFIG_SIBYTE_LITTLESUR)
13
+
14
#define DRV_NAME "pata-swarm"
15
16
#define SWARM_IDE_SHIFT 5
@@ -79,3 +81,5 @@ static int __init swarm_pata_init(void)
79
81
}
80
82
83
device_initcall(swarm_pata_init);
84
85
+#endif /* defined(CONFIG_SIBYTE_SWARM) || defined(CONFIG_SIBYTE_LITTLESUR) */
0 commit comments