diff options
author | Jesper Juhl | 2011-06-24 00:52:14 +0200 |
---|---|---|
committer | Greg Kroah-Hartman | 2011-07-05 18:10:47 +0200 |
commit | e56269a62f8a272634042efbc8401e332d76b782 (patch) | |
tree | 8816e43b68c71c64b538b627cfe1760fba30bb62 /drivers/staging/hv | |
parent | Staging: hv: vmbus: Properly handle the error in hv_acpi_init() (diff) | |
download | kernel-qcow2-linux-e56269a62f8a272634042efbc8401e332d76b782.tar.gz kernel-qcow2-linux-e56269a62f8a272634042efbc8401e332d76b782.tar.xz kernel-qcow2-linux-e56269a62f8a272634042efbc8401e332d76b782.zip |
Remove unneeded version.h include from drivers/staging/hv/hv_timesource.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>
Diffstat (limited to 'drivers/staging/hv')
-rw-r--r-- | drivers/staging/hv/hv_timesource.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/hv/hv_timesource.c b/drivers/staging/hv/hv_timesource.c index 0efb04915255..2b0f9aaf9122 100644 --- a/drivers/staging/hv/hv_timesource.c +++ b/drivers/staging/hv/hv_timesource.c @@ -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> |