Re: r8169: don't include linux/moduleparam.h

2020-05-14 Thread David Miller
From: Heiner Kallweit Date: Thu, 14 May 2020 23:44:07 +0200 > 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 Kallwe

r8169: don't include linux/moduleparam.h

2020-05-14 Thread Heiner Kallweit
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 --- drivers/net/ethernet/realtek/r8169_main.c | 1 - 1 file changed