Commit b85847ee authored by zhong jiang's avatar zhong jiang Committed by Greg Kroah-Hartman

misc: genwqe: remove duplicated include file

module.h has duplicated include. hence just remove
redundant include file.
Signed-off-by: default avatarzhong jiang <zhongjiang@huawei.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 02241995
......@@ -24,7 +24,6 @@
* controlled from here.
*/
#include <linux/module.h>
#include <linux/types.h>
#include <linux/pci.h>
#include <linux/err.h>
......
......@@ -27,7 +27,6 @@
*/
#include <linux/types.h>
#include <linux/module.h>
#include <linux/sched.h>
#include <linux/wait.h>
#include <linux/pci.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment