lib80211: Remove unused macro DRV_NAME
authorYueHaibing <yuehaibing@huawei.com>
Sat, 29 Aug 2020 11:55:06 +0000 (19:55 +0800)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 18 Sep 2020 09:53:00 +0000 (11:53 +0200)
There is no caller in tree any more.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Link: https://lore.kernel.org/r/20200829115506.17828-1-yuehaibing@huawei.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/lib80211.c

index cc7b9fd..d66a913 100644 (file)
@@ -26,8 +26,6 @@
 
 #include <net/lib80211.h>
 
-#define DRV_NAME        "lib80211"
-
 #define DRV_DESCRIPTION        "common routines for IEEE802.11 drivers"
 
 MODULE_DESCRIPTION(DRV_DESCRIPTION);