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>
/* */
/******************************************************************************/
-#include <linux/version.h>
#if defined(CONFIG_SMP) && !defined(__SMP__)
#define __SMP__
#endif
#include "bp_ioctl.h"
#include "libbp_sd.h"
+#include <linux/version.h>
#define IF_NAME "eth"
#define SILICOM_VID 0x1374
/* */
/******************************************************************************/
-#include <linux/version.h>
#if defined(CONFIG_SMP) && ! defined(__SMP__)
#define __SMP__
#endif