From: Andrew Morton Date: Tue, 15 Aug 2006 06:00:10 +0000 (-0700) Subject: [PATCH] sundance section fix X-Git-Tag: v2.6.18-rc5~61^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3418e469ebaebec16f7df83074087eb901fb76b9;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed