]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite2b6b3133e5080036a8e983616370c84312effd4
tree08a8de9d002d81d0d3d5b8c81e683764118ef868
parentd36f57c3ecc7dd89b1ec7f160fb03aab3cbd3ffe
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