Skip to content

Commit

Permalink
GenWQE: remove unnecessary version.h inclusion
Browse files Browse the repository at this point in the history
Based on versioncheck.

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Fabian Frederick authored and Greg Kroah-Hartman committed Jan 12, 2015
1 parent ef3522f commit 0ecb3df
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion drivers/misc/genwqe/card_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
1 change: 0 additions & 1 deletion drivers/misc/genwqe/card_sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 0ecb3df

Please sign in to comment.