aboutsummaryrefslogtreecommitdiff
path: root/drivers/target
diff options
context:
space:
mode:
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>2013-08-29 08:00:48 +0800
committerNicholas Bellinger <nab@linux-iscsi.org>2013-09-10 16:48:53 -0700
commit0105c257be8bfb7370631e442eff3213adbfdcb7 (patch)
tree4d705d1f0f68056f5cdac5e36259394b81a464f2 /drivers/target
parent59464ef4fbb567bcd3b160ae12c3eb087f4e7568 (diff)
target: remove unused including <linux/version.h>
Remove including <linux/version.h> that don't need it. Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'drivers/target')
-rw-r--r--drivers/target/target_core_xcopy.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/target/target_core_xcopy.c b/drivers/target/target_core_xcopy.c
index cf566a11491..4d22e7d2adc 100644
--- a/drivers/target/target_core_xcopy.c
+++ b/drivers/target/target_core_xcopy.c
@@ -21,7 +21,6 @@
*
******************************************************************************/
-#include <linux/version.h>
#include <linux/slab.h>
#include <linux/spinlock.h>
#include <linux/list.h>