From: YueHaibing Date: Sat, 29 Aug 2020 11:55:06 +0000 (+0800) Subject: lib80211: Remove unused macro DRV_NAME X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9e0b3bfe5ff0b11145b8299c1dfa3b8c3465029c;p=linux.git lib80211: Remove unused macro DRV_NAME There is no caller in tree any more. Signed-off-by: YueHaibing Link: https://lore.kernel.org/r/20200829115506.17828-1-yuehaibing@huawei.com Signed-off-by: Johannes Berg --- diff --git a/net/wireless/lib80211.c b/net/wireless/lib80211.c index cc7b9fd5c1664..d66a913027e02 100644 --- a/net/wireless/lib80211.c +++ b/net/wireless/lib80211.c @@ -26,8 +26,6 @@ #include -#define DRV_NAME "lib80211" - #define DRV_DESCRIPTION "common routines for IEEE802.11 drivers" MODULE_DESCRIPTION(DRV_DESCRIPTION);