diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2012-08-26 04:37:50 +0400 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2012-09-18 04:13:33 +0400 |
commit | 484018c874804a0563cfa2aba8098b64af04f80a (patch) | |
tree | 0e2b81cbd62b801943147986bfef6ed0f692d39d /drivers/target/tcm_fc/tfc_io.c | |
parent | a60fbbc446a75e077d6e20e0bdb32adfefbec569 (diff) | |
download | linux-484018c874804a0563cfa2aba8098b64af04f80a.tar.xz |
tcm_fc: remove unused including <generated/utsrelease.h>
Remove including <generated/utsrelease.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/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 ad36ede1a1ea..d051102679a4 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 <generated/utsrelease.h> #include <linux/utsname.h> #include <linux/init.h> #include <linux/slab.h> |