Staging: silicom: Fix up version.h includes
authorJesper Juhl <jj@chaosbits.net>
Thu, 18 Oct 2012 19:43:55 +0000 (21:43 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 22 Oct 2012 22:57:13 +0000 (15:57 -0700)
commit4c0a655387cae593569d004e0f8d58f2eac0b3cb
tree08a8de9d002d81d0d3d5b8c81e683764118ef868
parentbd25e92df8d585b49835d7f8c908a16a62afc66e
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>
drivers/staging/silicom/bp_proc.c
drivers/staging/silicom/bypasslib/bplibk.h
drivers/staging/silicom/bypasslib/bypass.c