Skip to content

Commit

Permalink
Remove unneeded version.h include from drivers/staging/mei/main.c
Browse files Browse the repository at this point in the history
It was pointed out by 'make versioncheck' that include of
linux/version.h is not needed in drivers/staging/mei/main.c .
This patch removes it.

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Jesper Juhl authored and Greg Kroah-Hartman committed Jun 28, 2011
1 parent 479bc59 commit 2265e2e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/staging/mei/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
*
*/



#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/kernel.h>
Expand All @@ -30,7 +28,6 @@
#include <linux/init.h>
#include <linux/ioctl.h>
#include <linux/cdev.h>
#include <linux/version.h>
#include <linux/sched.h>
#include <linux/uuid.h>
#include <linux/compat.h>
Expand Down

0 comments on commit 2265e2e

Please sign in to comment.