Staging: silicom: remove unused including <linux/version.h>

Remove including <linux/version.h> that don't need it.

dpatch engine is used to auto generate this patch.
(https://github.com/weiyj/dpatch)

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Wei Yongjun 2012-11-01 13:47:45 +08:00 committed by Greg Kroah-Hartman
parent f2f8486e7a
commit 8db0bc7fc2

View file

@ -9,7 +9,6 @@
/* */ /* */
/* */ /* */
/******************************************************************************/ /******************************************************************************/
#include <linux/version.h>
#include <linux/kernel.h> /* We're doing kernel work */ #include <linux/kernel.h> /* We're doing kernel work */
#include <linux/module.h> /* Specifically, a module */ #include <linux/module.h> /* Specifically, a module */