r8169: don't include linux/moduleparam.h
authorHeiner Kallweit <hkallweit1@gmail.com>
Thu, 14 May 2020 21:44:07 +0000 (23:44 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 15 May 2020 01:03:01 +0000 (18:03 -0700)
93882c6f210a ("r8169: switch from netif_xxx message functions to
netdev_xxx") removed the last module parameter from the driver,
therefore there's no need any longer to include linux/moduleparam.h.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/realtek/r8169_main.c

index a2e7784171445a0ec67b1be317cc1885815f065b..d926583b407fa402a1883b10899ce4514939179b 100644 (file)
@@ -10,7 +10,6 @@
  */
 
 #include <linux/module.h>
-#include <linux/moduleparam.h>
 #include <linux/pci.h>
 #include <linux/netdevice.h>
 #include <linux/etherdevice.h>