forked from Minki/linux
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: Jesper Juhl <jj@chaosbits.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
bd25e92df8
commit
4c0a655387
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user