]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit93a82ca2f3c642becc3d824ba79be98084f76519
tree1a9115fc726fe0d616648b5e0d4b97c580bfed70
parent3a3a7f3b7fbd3c2f2ca2f2bf76363a1abbd5ba94
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