diff options
author | Eliad Peller <eliad@wizery.com> | 2011-05-18 10:24:16 +0200 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2011-06-27 09:15:52 +0200 |
commit | a011130265e999056fe0678a064d828c2fd40174 (patch) | |
tree | 0ebef0e13ef0b91809f7a9a5722afc89b79dfdd4 /drivers/net/wireless/wl12xx/sdio.c | |
parent | wl12xx: Enable beacon early termination in 2.4GHz band only (diff) | |
download | linux-a011130265e999056fe0678a064d828c2fd40174.tar.xz linux-a011130265e999056fe0678a064d828c2fd40174.zip |
wl12xx: remove unused crc7 references
crc7 is used only in wl12xx_spi.
Remove redundant crc7.h includes, and update Kconfig to select CRC7
only if WL12XX_SPI is being selected.
Signed-off-by: Eliad Peller <eliad@wizery.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx/sdio.c')
-rw-r--r-- | drivers/net/wireless/wl12xx/sdio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/wl12xx/sdio.c b/drivers/net/wireless/wl12xx/sdio.c index 4d5b4ce7a5c6..6b60caf7e3ed 100644 --- a/drivers/net/wireless/wl12xx/sdio.c +++ b/drivers/net/wireless/wl12xx/sdio.c @@ -23,7 +23,6 @@ #include <linux/irq.h> #include <linux/module.h> -#include <linux/crc7.h> #include <linux/vmalloc.h> #include <linux/mmc/sdio_func.h> #include <linux/mmc/sdio_ids.h> |