diff options
author | Kalle Valo <kvalo@qca.qualcomm.com> | 2011-08-12 22:08:00 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-08-23 14:27:49 -0700 |
commit | 9ac4025d8088675a325124b61b592922efa56d22 (patch) | |
tree | a984ec90b793db2f9c3cc2ee7d8c53973594dce9 /drivers/staging/Makefile | |
parent | 746a54ac1d9878c60d2a3a852a9ccfd3127c3249 (diff) | |
download | blackbird-op-linux-9ac4025d8088675a325124b61b592922efa56d22.tar.gz blackbird-op-linux-9ac4025d8088675a325124b61b592922efa56d22.zip |
staging: remove ath6kl
ath6kl is now in drivers/net/wireless/ath so the staging driver
is not supported anymore and should be removed.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/Makefile')
-rw-r--r-- | drivers/staging/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/Makefile b/drivers/staging/Makefile index a84a6b331b36..20be11294242 100644 --- a/drivers/staging/Makefile +++ b/drivers/staging/Makefile @@ -55,7 +55,6 @@ obj-$(CONFIG_SOLO6X10) += solo6x10/ obj-$(CONFIG_TIDSPBRIDGE) += tidspbridge/ obj-$(CONFIG_ACPI_QUICKSTART) += quickstart/ obj-$(CONFIG_SBE_2T3E3) += sbe-2t3e3/ -obj-$(CONFIG_ATH6K_LEGACY) += ath6kl/ obj-$(CONFIG_USB_ENESTORAGE) += keucr/ obj-$(CONFIG_BCM_WIMAX) += bcm/ obj-$(CONFIG_FT1000) += ft1000/ |