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:
Jesper Juhl 2012-10-18 21:43:55 +02:00 committed by Greg Kroah-Hartman
parent bd25e92df8
commit 4c0a655387
3 changed files with 1 additions and 2 deletions

View File

@ -10,7 +10,6 @@
/* */
/******************************************************************************/
#include <linux/version.h>
#if defined(CONFIG_SMP) && !defined(__SMP__)
#define __SMP__
#endif

View File

@ -15,6 +15,7 @@
#include "bp_ioctl.h"
#include "libbp_sd.h"
#include <linux/version.h>
#define IF_NAME "eth"
#define SILICOM_VID 0x1374

View File

@ -11,7 +11,6 @@
/* */
/******************************************************************************/
#include <linux/version.h>
#if defined(CONFIG_SMP) && ! defined(__SMP__)
#define __SMP__
#endif