Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

r8169: don't include linux/moduleparam.h

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>

authored by

Heiner Kallweit and committed by
David S. Miller
9b65d2ff aa443b3f

-1
-1
drivers/net/ethernet/realtek/r8169_main.c
··· 10 10 */ 11 11 12 12 #include <linux/module.h> 13 - #include <linux/moduleparam.h> 14 13 #include <linux/pci.h> 15 14 #include <linux/netdevice.h> 16 15 #include <linux/etherdevice.h>