misc: genwqe: remove duplicated include file

module.h has duplicated include. hence just remove
redundant include file.

Signed-off-by: zhong jiang <zhongjiang@huawei.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
zhong jiang 2018-09-20 13:07:11 +08:00 committed by Greg Kroah-Hartman
parent 02241995b0
commit b85847eeea
2 changed files with 0 additions and 2 deletions

View File

@ -24,7 +24,6 @@
* controlled from here.
*/
#include <linux/module.h>
#include <linux/types.h>
#include <linux/pci.h>
#include <linux/err.h>

View File

@ -27,7 +27,6 @@
*/
#include <linux/types.h>
#include <linux/module.h>
#include <linux/sched.h>
#include <linux/wait.h>
#include <linux/pci.h>