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

RDMA/ipoib: Delete useless module.h include

There is no need in include of module.h in the following files.

Link: https://lore.kernel.org/r/a5acab89181b55fd640369b3829cc49e0320302f.1642960861.git.leonro@nvidia.com
Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>

authored by

Leon Romanovsky and committed by
Jason Gunthorpe
163b4c12 d7b887ab

-2
-1
drivers/infiniband/ulp/ipoib/ipoib_netlink.c
··· 32 32 33 33 #include <linux/netdevice.h> 34 34 #include <linux/if_arp.h> /* For ARPHRD_xxx */ 35 - #include <linux/module.h> 36 35 #include <net/rtnetlink.h> 37 36 #include "ipoib.h" 38 37
-1
drivers/infiniband/ulp/ipoib/ipoib_vlan.c
··· 30 30 * SOFTWARE. 31 31 */ 32 32 33 - #include <linux/module.h> 34 33 #include <linux/sched/signal.h> 35 34 36 35 #include <linux/init.h>