diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2013-08-29 04:00:48 +0400 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2013-09-11 03:48:53 +0400 |
commit | 0105c257be8bfb7370631e442eff3213adbfdcb7 (patch) | |
tree | 4d705d1f0f68056f5cdac5e36259394b81a464f2 /drivers/target/target_core_xcopy.c | |
parent | 59464ef4fbb567bcd3b160ae12c3eb087f4e7568 (diff) | |
download | linux-0105c257be8bfb7370631e442eff3213adbfdcb7.tar.xz |
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/target_core_xcopy.c')
-rw-r--r-- | drivers/target/target_core_xcopy.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/target/target_core_xcopy.c b/drivers/target/target_core_xcopy.c index cf566a114911..4d22e7d2adca 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> |