diff options
author | John W. Linville <linville@tuxdriver.com> | 2012-07-11 00:27:28 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-07-11 23:40:22 +0400 |
commit | 5da7b2e05ec17d8a90ea1f463d3b7d46975ceef2 (patch) | |
tree | 07b65448a598def4b34ca59256835b875d932479 /drivers/net/wimax/i2400m/Makefile | |
parent | 650cef38263c0f4c8970265354432be154eef425 (diff) | |
download | linux-5da7b2e05ec17d8a90ea1f463d3b7d46975ceef2.tar.xz |
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/Makefile | 8 |
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 |