Commit d7b887ab authored by Leon Romanovsky's avatar Leon Romanovsky Committed by Jason Gunthorpe
Browse files

RDMA/rxe: Delete useless module.h include

parent cad4c6ca
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -12,7 +12,6 @@
#endif
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt

#include <linux/module.h>
#include <linux/skbuff.h>

#include <rdma/ib_verbs.h>
+0 −1
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@
 * Copyright (c) 2015 System Fabric Works, Inc. All rights reserved.
 */

#include <linux/module.h>
#include <linux/vmalloc.h>
#include <linux/mm.h>
#include <linux/errno.h>