projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
456d899
)
net: fix ks8851 build errors
author
Randy Dunlap
<randy.dunlap@oracle.com>
Wed, 19 Aug 2009 19:13:31 +0000
(12:13 -0700)
committer
David S. Miller
<davem@davemloft.net>
Wed, 19 Aug 2009 19:13:31 +0000
(12:13 -0700)
Fix build errors due to missing Kconfig select of CRC32:
ks8851.c:(.text+0x7d2ee): undefined reference to `crc32_le'
ks8851.c:(.text+0x7d2f5): undefined reference to `bitrev32'
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/Kconfig
b/drivers/net/Kconfig
index 5f6509a5f640820fd89b6ef7b8b420a1ab0c8e39..7a90e7ce5a9c0146923b15cce3c34ce10e4af659 100644
(file)
--- a/
drivers/net/Kconfig
+++ b/
drivers/net/Kconfig
@@
-1733,6
+1733,7
@@
config KS8851
tristate "Micrel KS8851 SPI"
depends on SPI
select MII
+ select CRC32
help
SPI driver for Micrel KS8851 SPI attached network chip.