GenWQE: remove unnecessary version.h inclusion
Based on versioncheck. Signed-off-by: Fabian Frederick <fabf@skynet.be> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
ef3522f78c
commit
0ecb3dffb1
2 changed files with 0 additions and 2 deletions
|
@ -34,7 +34,6 @@
|
|||
#include <linux/semaphore.h>
|
||||
#include <linux/uaccess.h>
|
||||
#include <linux/io.h>
|
||||
#include <linux/version.h>
|
||||
#include <linux/debugfs.h>
|
||||
#include <linux/slab.h>
|
||||
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
* debugging, please also see the debugfs interfaces of this driver.
|
||||
*/
|
||||
|
||||
#include <linux/version.h>
|
||||
#include <linux/kernel.h>
|
||||
#include <linux/types.h>
|
||||
#include <linux/module.h>
|
||||
|
|
Loading…
Reference in a new issue