Message ID | 20200829115549.14144-1-yuehaibing@huawei.com |
---|---|
State | New |
Headers | show |
Series | [net-next] net: wan: slic_ds26522: Remove unused macro DRV_NAME | expand |
From: YueHaibing <yuehaibing@huawei.com> Date: Sat, 29 Aug 2020 19:55:49 +0800 > There is no caller in tree any more. > > Signed-off-by: YueHaibing <yuehaibing@huawei.com> Applied.
diff --git a/drivers/net/wan/slic_ds26522.c b/drivers/net/wan/slic_ds26522.c index 29053bec694e..8e3b1c717c10 100644 --- a/drivers/net/wan/slic_ds26522.c +++ b/drivers/net/wan/slic_ds26522.c @@ -22,8 +22,6 @@ #include <linux/io.h> #include "slic_ds26522.h" -#define DRV_NAME "ds26522" - #define SLIC_TRANS_LEN 1 #define SLIC_TWO_LEN 2 #define SLIC_THREE_LEN 3
There is no caller in tree any more. Signed-off-by: YueHaibing <yuehaibing@huawei.com> --- drivers/net/wan/slic_ds26522.c | 2 -- 1 file changed, 2 deletions(-)