[PATCH] sundance section fix
authorAndrew Morton <akpm@osdl.org>
Tue, 15 Aug 2006 06:00:10 +0000 (23:00 -0700)
committerJeff Garzik <jeff@garzik.org>
Sat, 19 Aug 2006 21:44:28 +0000 (17:44 -0400)
commit3418e469ebaebec16f7df83074087eb901fb76b9
treeafeabd4c0dec7a9e6433711739d8639736adb55b
parent90d5aed2d9c7d2f3915b75342988114fd7b6c13d
[PATCH] sundance section fix

drivers/net/sundance.c:110: error: version causes a section type conflict

I don't understand this error.  It's referred to from both __init and
__devinit code.  With CONFIG_HOTPLUG=n, version[] is placed in .init.data and
is referred to from .init.text.

Cc: Jeff Garzik <jeff@garzik.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/sundance.c