diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2019-03-19 20:49:27 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-03-19 14:59:31 -0700 |
commit | ba2c37947c429d1018c4b73759749fa26993ac45 (patch) | |
tree | e9dcfb38b5bd79cdb95637762eeaf64848e39dba | |
parent | c93a0f2a7fc4b94142ed2bc6fb000de8e09eb232 (diff) | |
download | linux-ba2c37947c429d1018c4b73759749fa26993ac45.tar.bz2 |
enc28j60: Remove linux/init.h
There is no need to include linux/init.h when at the same time
we include linux/module.h.
Remove redundant inclusion.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/ethernet/microchip/enc28j60.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/microchip/enc28j60.c b/drivers/net/ethernet/microchip/enc28j60.c index 8d043ffa0e93..6cb0fe5d6371 100644 --- a/drivers/net/ethernet/microchip/enc28j60.c +++ b/drivers/net/ethernet/microchip/enc28j60.c @@ -21,7 +21,6 @@ #include <linux/property.h> #include <linux/string.h> #include <linux/errno.h> -#include <linux/init.h> #include <linux/netdevice.h> #include <linux/etherdevice.h> #include <linux/ethtool.h> |