diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2015-04-16 21:09:53 +0800 |
---|---|---|
committer | Corey Minyard <cminyard@mvista.com> | 2015-05-05 19:33:28 -0500 |
commit | 15c5725e6b86cb8dfc4ca655a22005cc678a6f6f (patch) | |
tree | 2c52d851378298d9739e6e2df034e733af2bd0c3 | |
parent | b1e65e71535aa128089d4cb1b6d90db7551fcb05 (diff) |
ipmi: 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: Corey Minyard <cminyard@mvista.com>
-rw-r--r-- | drivers/char/ipmi/ipmi_ssif.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/char/ipmi/ipmi_ssif.c b/drivers/char/ipmi/ipmi_ssif.c index ee3b8c5e7e21..f6ea4fa444b3 100644 --- a/drivers/char/ipmi/ipmi_ssif.c +++ b/drivers/char/ipmi/ipmi_ssif.c @@ -31,7 +31,6 @@ * interface into the I2C driver, I believe. */ -#include <linux/version.h> #if defined(MODVERSIONS) #include <linux/modversions.h> #endif |