aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_iblock.c
diff options
context:
space:
mode:
authorJesper Juhl <jj@chaosbits.net>2011-08-01 17:29:11 -0400
committerNicholas Bellinger <nab@linux-iscsi.org>2011-10-11 00:10:19 -0400
commit9375b1bfd2555c8bc828d394a4419a212b46ba71 (patch)
treee7ead6b0d605c8b1383b94a913deaf0787c52e21 /drivers/target/target_core_iblock.c
parent65112dccf8a113737684366349d7f9ec373ddc47 (diff)
target: Remove unneeded version.h includes
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: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'drivers/target/target_core_iblock.c')
-rw-r--r--drivers/target/target_core_iblock.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/target/target_core_iblock.c b/drivers/target/target_core_iblock.c
index 7e1234105442..7f0cc53b4581 100644
--- a/drivers/target/target_core_iblock.c
+++ b/drivers/target/target_core_iblock.c
@@ -27,7 +27,6 @@
27 * 27 *
28 ******************************************************************************/ 28 ******************************************************************************/
29 29
30#include <linux/version.h>
31#include <linux/string.h> 30#include <linux/string.h>
32#include <linux/parser.h> 31#include <linux/parser.h>
33#include <linux/timer.h> 32#include <linux/timer.h>