Revision 07de7a5ecbd241507bf1d521e56692842a3e70d4 authored by Randy Dunlap on 01 November 2011, 21:43:09 UTC, committed by Greg Kroah-Hartman on 18 November 2011, 23:00:48 UTC
The slicoss driver uses network interfaces so it should depend
on NET.  Fixes the following build errors:

ERROR: "eth_change_mtu" [drivers/staging/slicoss/slicoss.ko] undefined!
ERROR: "eth_validate_addr" [drivers/staging/slicoss/slicoss.ko] undefined!
ERROR: "register_netdev" [drivers/staging/slicoss/slicoss.ko] undefined!
ERROR: "alloc_etherdev_mqs" [drivers/staging/slicoss/slicoss.ko] undefined!
ERROR: "__netif_schedule" [drivers/staging/slicoss/slicoss.ko] undefined!
ERROR: "netif_rx" [drivers/staging/slicoss/slicoss.ko] undefined!
ERROR: "eth_type_trans" [drivers/staging/slicoss/slicoss.ko] undefined!
ERROR: "skb_put" [drivers/staging/slicoss/slicoss.ko] undefined!
ERROR: "skb_pull" [drivers/staging/slicoss/slicoss.ko] undefined!
ERROR: "__alloc_skb" [drivers/staging/slicoss/slicoss.ko] undefined!
ERROR: "free_netdev" [drivers/staging/slicoss/slicoss.ko] undefined!
ERROR: "unregister_netdev" [drivers/staging/slicoss/slicoss.ko] undefined!
ERROR: "consume_skb" [drivers/staging/slicoss/slicoss.ko] undefined!
ERROR: "dev_kfree_skb_irq" [drivers/staging/slicoss/slicoss.ko] undefined!

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Cc: Lior Dotan <liodot@gmail.com>
Cc: Christopher Harrer <charrer@alacritech.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
1 parent 2e9ff8d
History
File Mode Size
Kconfig -rw-r--r-- 8.5 KB
Makefile -rw-r--r-- 365 bytes
block_io.c -rw-r--r-- 2.4 KB
console.c -rw-r--r-- 614 bytes
hibernate.c -rw-r--r-- 25.5 KB
main.c -rw-r--r-- 11.0 KB
power.h -rw-r--r-- 7.2 KB
poweroff.c -rw-r--r-- 980 bytes
process.c -rw-r--r-- 4.2 KB
qos.c -rw-r--r-- 13.2 KB
snapshot.c -rw-r--r-- 60.4 KB
suspend.c -rw-r--r-- 7.4 KB
suspend_test.c -rw-r--r-- 5.0 KB
swap.c -rw-r--r-- 34.2 KB
user.c -rw-r--r-- 10.4 KB

back to top