Skip to content

Commit 9b65d2f

Browse files
hkallweitdavem330
authored andcommitted
r8169: don't include linux/moduleparam.h
93882c6 ("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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent aa443b3 commit 9b65d2f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/net/ethernet/realtek/r8169_main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
*/
1111

1212
#include <linux/module.h>
13-
#include <linux/moduleparam.h>
1413
#include <linux/pci.h>
1514
#include <linux/netdevice.h>
1615
#include <linux/etherdevice.h>

0 commit comments

Comments
 (0)