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

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>

authored by

Fabian Frederick and committed by
Greg Kroah-Hartman
0ecb3dff ef3522f7

-2
-1
drivers/misc/genwqe/card_base.h
··· 34 34 #include <linux/semaphore.h> 35 35 #include <linux/uaccess.h> 36 36 #include <linux/io.h> 37 - #include <linux/version.h> 38 37 #include <linux/debugfs.h> 39 38 #include <linux/slab.h> 40 39
-1
drivers/misc/genwqe/card_sysfs.c
··· 24 24 * debugging, please also see the debugfs interfaces of this driver. 25 25 */ 26 26 27 - #include <linux/version.h> 28 27 #include <linux/kernel.h> 29 28 #include <linux/types.h> 30 29 #include <linux/module.h>