diff options
author | John W. Linville <linville@tuxdriver.com> | 2012-06-26 21:10:12 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-07-10 18:16:32 +0200 |
commit | bdb903e499aa9dcc727a74942131ef948ebf2e1b (patch) | |
tree | 6803e3b62cc3aeb5c2c80e7e6188a568f493fc23 /drivers/net/wireless/iwmc3200wifi/Makefile | |
parent | wlcore: fix a couple small memory leaks (diff) | |
download | linux-bdb903e499aa9dcc727a74942131ef948ebf2e1b.tar.xz linux-bdb903e499aa9dcc727a74942131ef948ebf2e1b.zip |
iwmc3200wifi: remove driver for unavailable hardware
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: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/net/wireless/iwmc3200wifi/Makefile')
-rw-r--r-- | drivers/net/wireless/iwmc3200wifi/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/net/wireless/iwmc3200wifi/Makefile b/drivers/net/wireless/iwmc3200wifi/Makefile deleted file mode 100644 index cdc7e07ba113..000000000000 --- a/drivers/net/wireless/iwmc3200wifi/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -obj-$(CONFIG_IWM) := iwmc3200wifi.o -iwmc3200wifi-objs += main.o netdev.o rx.o tx.o sdio.o hal.o fw.o -iwmc3200wifi-objs += commands.o cfg80211.o eeprom.o - -iwmc3200wifi-$(CONFIG_IWM_DEBUG) += debugfs.o -iwmc3200wifi-$(CONFIG_IWM_TRACING) += trace.o - -CFLAGS_trace.o := -I$(src) - -ccflags-y += -D__CHECK_ENDIAN__ |