diff options
author | John W. Linville <linville@tuxdriver.com> | 2012-07-10 16:27:28 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-07-11 15:40:22 -0400 |
commit | 5da7b2e05ec17d8a90ea1f463d3b7d46975ceef2 (patch) | |
tree | 07b65448a598def4b34ca59256835b875d932479 /drivers/net/wimax/i2400m/driver.c | |
parent | 650cef38263c0f4c8970265354432be154eef425 (diff) | |
download | op-kernel-dev-5da7b2e05ec17d8a90ea1f463d3b7d46975ceef2.zip op-kernel-dev-5da7b2e05ec17d8a90ea1f463d3b7d46975ceef2.tar.gz |
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/driver.c')
-rw-r--r-- | drivers/net/wimax/i2400m/driver.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/wimax/i2400m/driver.c b/drivers/net/wimax/i2400m/driver.c index 47cae71..850b8bc 100644 --- a/drivers/net/wimax/i2400m/driver.c +++ b/drivers/net/wimax/i2400m/driver.c @@ -754,8 +754,7 @@ EXPORT_SYMBOL_GPL(i2400m_error_recovery); /* * Alloc the command and ack buffers for boot mode * - * Get the buffers needed to deal with boot mode messages. These - * buffers need to be allocated before the sdio receive irq is setup. + * Get the buffers needed to deal with boot mode messages. */ static int i2400m_bm_buf_alloc(struct i2400m *i2400m) |