]> git.baikalelectronics.ru Git - kernel.git/commit
m68k/hp300: Export hp300_ledstate
authorGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 7 Nov 2011 20:14:43 +0000 (21:14 +0100)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Sat, 10 Dec 2011 18:52:48 +0000 (19:52 +0100)
commit422f9f4110bf0abe7bd6bb82588c5be9028fd6a2
treeca3ad5ef5c96a67448d499aec43215c56e4e5f7c
parentccd75f9f912fa5012340437fb9852784fe402a14
m68k/hp300: Export hp300_ledstate

The accidental loss of CONFIG_DIO in commit
40a2f1852c4d5710857da78d8b2818cb04ecf8cc ("m68k: reorganize Kconfig options
to improve mmu/non-mmu selections") exposed a missing symbol export in
m68k allmodconfig.  If CONFIG_HP300=y but CONFIG_HPLANCE (which is bool,
and depends on CONFIG_DIO) is not set, and CONFIG_MVME147=y and
CONFIG_MVME147_NET=m, 7990.c is compiled as a module, giving:

ERROR: "ledstate" [drivers/net/ethernet/amd/7990.ko] undefined!

Add the missing export, and rename ledstate to hp300_ledstate while we're
at it, as it's a too generic name.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/hp300/config.c
arch/m68k/include/asm/blinken.h