disable BCMA_DRIVER_GPIO until 3.0
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 2 Apr 2013 11:01:03 +0000 (13:01 +0200)
committerJohannes Berg <johannes@sipsolutions.net>
Tue, 2 Apr 2013 11:01:35 +0000 (13:01 +0200)
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
dependencies

index fa19f5757b02f7df795d6b1171d6e99676548fe0..7bf43f3688cd05b92c7eacc897e6c3b25c4ea7a3 100644 (file)
@@ -55,8 +55,16 @@ LIBIPW_DEBUG 2.6.25
 RT2X00_LIB_LEDS 2.6.25
 
 # struct gpio_chip only got the required members in 2.6.28
-BCMA_DRIVER_GPIO 2.6.28
+#BCMA_DRIVER_GPIO 2.6.28
 SSB_DRIVER_GPIO 2.6.28
 
 # shash was only added in 2.6.29
 BT 2.6.29
+
+# GPIOF_OUT_INIT_HIGH definitions were only moved
+# out of #ifdef in kernel 3.0. These are required
+# by some users of BCMA_DRIVER_GPIO. We'd better
+# just backport the definitions, but right now
+# this is easier. If you remove this, put the one
+# above (2.6.28) back though!
+BCMA_DRIVER_GPIO 3.0