mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 04:09:18 -04:00
wifi: libertas: don't select/include lib80211
This isn't used in this driver, and should't be, so remove the include as well as the select. Link: https://patch.msgid.link/20241007202706.f8a6dd67f650.I74bc1f334c02043a238303d3e71c955d0d9b01b0@changeid Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
@@ -3,7 +3,6 @@ config LIBERTAS
|
||||
tristate "Marvell 8xxx Libertas WLAN driver support"
|
||||
depends on USB || MMC || SPI
|
||||
depends on CFG80211
|
||||
select LIB80211
|
||||
select FW_LOADER
|
||||
help
|
||||
A library for Marvell Libertas 8xxx devices.
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
|
||||
|
||||
#include <net/iw_handler.h>
|
||||
#include <net/lib80211.h>
|
||||
|
||||
#include "host.h"
|
||||
#include "dev.h"
|
||||
|
||||
Reference in New Issue
Block a user