OSDN Git Service

staging: hp100: Fix build error without ETHERNET
authorYueHaibing <yuehaibing@huawei.com>
Wed, 13 Nov 2019 02:13:06 +0000 (10:13 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 10 Dec 2019 09:56:54 +0000 (10:56 +0100)
commit2f4d984b9544e03ef9435a750f4cc7de1df61051
treefd70c92603557a19e51fcc74aa903e5501df887b
parent453a4b6d8e1bdff2b8e1f56f4b8a8ef6d36b0e77
staging: hp100: Fix build error without ETHERNET

It should depends on ETHERNET, otherwise building fails:

drivers/staging/hp/hp100.o: In function `hp100_pci_remove':
hp100.c:(.text+0x165): undefined reference to `unregister_netdev'
hp100.c:(.text+0x214): undefined reference to `free_netdev'

Fixes: 52340b82cf1a ("hp100: Move 100BaseVG AnyLAN driver to staging")
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org> # build-tested
Link: https://lore.kernel.org/r/20191113021306.35464-1-yuehaibing@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/hp/Kconfig