diff options
author | Jesper Juhl <jj@chaosbits.net> | 2011-08-01 23:29:11 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-09-15 14:57:07 +0200 |
commit | 9f5c3125d433b3044b013471fa92f1b5738036fe (patch) | |
tree | c27ea0662c7451fb9351b3dbb74a9f28f322843c /drivers/target/tcm_fc/tfc_io.c | |
parent | 101ae14edc14efb0fe6ed8a77ed370cca670ffc8 (diff) | |
download | linux-9f5c3125d433b3044b013471fa92f1b5738036fe.tar.gz linux-9f5c3125d433b3044b013471fa92f1b5738036fe.tar.bz2 linux-9f5c3125d433b3044b013471fa92f1b5738036fe.zip |
Remove unneeded version.h includes from drivers/target/
It was pointed out by 'make versioncheck' that some includes of
linux/version.h are not needed in drivers/target/.
This patch removes them.
Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/target/tcm_fc/tfc_io.c')
-rw-r--r-- | drivers/target/tcm_fc/tfc_io.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/target/tcm_fc/tfc_io.c b/drivers/target/tcm_fc/tfc_io.c index 8e2a46ddcccb..a4ae12fd3613 100644 --- a/drivers/target/tcm_fc/tfc_io.c +++ b/drivers/target/tcm_fc/tfc_io.c @@ -28,7 +28,6 @@ #include <linux/module.h> #include <linux/moduleparam.h> -#include <linux/version.h> #include <generated/utsrelease.h> #include <linux/utsname.h> #include <linux/init.h> |