summaryrefslogtreecommitdiffstats
path: root/drivers/net/wimax/i2400m/Makefile
diff options
context:
space:
mode:
authorJohn W. Linville2012-07-10 22:27:28 +0200
committerJohn W. Linville2012-07-11 21:40:22 +0200
commit5da7b2e05ec17d8a90ea1f463d3b7d46975ceef2 (patch)
tree07b65448a598def4b34ca59256835b875d932479 /drivers/net/wimax/i2400m/Makefile
parentbcma: add PMU clock support for BCM4706 (diff)
downloadkernel-qcow2-linux-5da7b2e05ec17d8a90ea1f463d3b7d46975ceef2.tar.gz
kernel-qcow2-linux-5da7b2e05ec17d8a90ea1f463d3b7d46975ceef2.tar.xz
kernel-qcow2-linux-5da7b2e05ec17d8a90ea1f463d3b7d46975ceef2.zip
i2400m: remove SDIO device support
SDIO support in this driver was intended to support the iwmc3200 device. This hardware never became available to normal humans. Leaving this driver imposes unwelcome maintenance costs for no clear benefit. Signed-off-by: John W. Linville <linville@tuxdriver.com> Acked-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
Diffstat (limited to 'drivers/net/wimax/i2400m/Makefile')
-rw-r--r--drivers/net/wimax/i2400m/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/net/wimax/i2400m/Makefile b/drivers/net/wimax/i2400m/Makefile
index 5d9e018d31af..f6d19c348082 100644
--- a/drivers/net/wimax/i2400m/Makefile
+++ b/drivers/net/wimax/i2400m/Makefile
@@ -1,7 +1,6 @@
obj-$(CONFIG_WIMAX_I2400M) += i2400m.o
obj-$(CONFIG_WIMAX_I2400M_USB) += i2400m-usb.o
-obj-$(CONFIG_WIMAX_I2400M_SDIO) += i2400m-sdio.o
i2400m-y := \
control.o \
@@ -21,10 +20,3 @@ i2400m-usb-y := \
usb-tx.o \
usb-rx.o \
usb.o
-
-
-i2400m-sdio-y := \
- sdio.o \
- sdio-tx.o \
- sdio-fw.o \
- sdio-rx.o