提交 4c0a6553 编写于 作者: J Jesper Juhl 提交者: Greg Kroah-Hartman

Staging: silicom: Fix up version.h includes

drivers/staging/silicom/bypasslib/bplibk.h actually uses stuff from
version.h so it should include the header.
drivers/staging/silicom/bp_proc.c and
drivers/staging/silicom/bypasslib/bypass.c currently include the
header but use nothing from it so they don't need to.
Signed-off-by: NJesper Juhl <jj@chaosbits.net>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 bd25e92d
......@@ -10,7 +10,6 @@
/* */
/******************************************************************************/
#include <linux/version.h>
#if defined(CONFIG_SMP) && !defined(__SMP__)
#define __SMP__
#endif
......
......@@ -15,6 +15,7 @@
#include "bp_ioctl.h"
#include "libbp_sd.h"
#include <linux/version.h>
#define IF_NAME "eth"
#define SILICOM_VID 0x1374
......
......@@ -11,7 +11,6 @@
/* */
/******************************************************************************/
#include <linux/version.h>
#if defined(CONFIG_SMP) && ! defined(__SMP__)
#define __SMP__
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册