aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char
diff options
context:
space:
mode:
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>2015-04-16 21:09:53 +0800
committerCorey Minyard <cminyard@mvista.com>2015-05-05 19:33:28 -0500
commit15c5725e6b86cb8dfc4ca655a22005cc678a6f6f (patch)
tree2c52d851378298d9739e6e2df034e733af2bd0c3 /drivers/char
parentipmi: Don't report err in the SI driver for SSIF devices (diff)
downloadlinux-dev-15c5725e6b86cb8dfc4ca655a22005cc678a6f6f.tar.xz
linux-dev-15c5725e6b86cb8dfc4ca655a22005cc678a6f6f.zip
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>
Diffstat (limited to 'drivers/char')
-rw-r--r--drivers/char/ipmi/ipmi_ssif.c1
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