[PATCH -next] net: fix ks8851 build errors
From: Randy Dunlap <hidden>
Date: 2009-08-18 22:26:07
Also in:
linux-next, lkml
From: Randy Dunlap <hidden>
Date: 2009-08-18 22:26:07
Also in:
linux-next, lkml
From: Randy Dunlap <redacted> Fix build errors due to missing Kconfig selects: ks8851.c:(.text+0x7d2ee): undefined reference to `crc32_le' ks8851.c:(.text+0x7d2f5): undefined reference to `bitrev32' Signed-off-by: Randy Dunlap <redacted> --- drivers/net/Kconfig | 2 ++ 1 file changed, 2 insertions(+)
--- linux-next-20090818.orig/drivers/net/Kconfig
+++ linux-next-20090818/drivers/net/Kconfig@@ -1733,6 +1733,8 @@ config KS8851 tristate "Micrel KS8851 SPI" depends on SPI select MII + select CRC32 + select BITREVERSE help SPI driver for Micrel KS8851 SPI attached network chip.
--- ~Randy LPC 2009, Sept. 23-25, Portland, Oregon http://linuxplumbersconf.org/2009/