Skip to content

Commit

Permalink
Remove unneeded version.h include from drivers/staging/hv/hv_timesour…
Browse files Browse the repository at this point in the history
…ce.c

It was pointed out by 'make versioncheck' that include of
linux/version.h is not needed in drivers/staging/hv/hv_timesource.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 Jul 5, 2011
1 parent 91fd799 commit e56269a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/staging/hv/hv_timesource.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
*/
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt

#include <linux/version.h>
#include <linux/clocksource.h>
#include <linux/init.h>
#include <linux/module.h>
Expand Down

0 comments on commit e56269a

Please sign in to comment.