aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_pr.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_pr.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_pr.c')
-rw-r--r--drivers/target/target_core_pr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/target/target_core_pr.c b/drivers/target/target_core_pr.c
index 7fd3a161f7c..0c4f783f924 100644
--- a/drivers/target/target_core_pr.c
+++ b/drivers/target/target_core_pr.c
@@ -25,7 +25,6 @@
25 * 25 *
26 ******************************************************************************/ 26 ******************************************************************************/
27 27
28#include <linux/version.h>
29#include <linux/slab.h> 28#include <linux/slab.h>
30#include <linux/spinlock.h> 29#include <linux/spinlock.h>
31#include <linux/list.h> 30#include <linux/list.h>