commit | 93a82ca2f3c642becc3d824ba79be98084f76519 | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert@linux-m68k.org> | Tue Sep 29 10:24:03 2015 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 29 21:11:12 2015 -0700 |
tree | 1a9115fc726fe0d616648b5e0d4b97c580bfed70 | |
parent | 3a3a7f3b7fbd3c2f2ca2f2bf76363a1abbd5ba94 [diff] |
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>