]> git.baikalelectronics.ru Git - kernel.git/commit
net: 7990: Export lance_poll() to modules
authorGeert Uytterhoeven <geert@linux-m68k.org>
Tue, 29 Sep 2015 08:24:03 +0000 (10:24 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 30 Sep 2015 04:11:12 +0000 (21:11 -0700)
commit3d37463babe37a6b103aa8bb41940c31290f16cb
tree1a9115fc726fe0d616648b5e0d4b97c580bfed70
parent11354f9797c796d04b40dedb9f4c6794a9110e26
net: 7990: Export lance_poll() to modules

If CONFIG_HPLANCE=m and CONFIG_NET_POLL_CONTROLLER=y:

    ERROR: "lance_poll" [drivers/net/ethernet/amd/hplance.ko] undefined!

Add the missing export to fix this.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/amd/7990.c