From: Sam Ravnborg Date: Sun, 18 Jan 2009 07:12:27 +0000 (-0800) Subject: sparc64: fix modpost failure X-Git-Tag: v2.6.29-rc3~24^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62dfcd336c79c49f9aeb0acc99cf9a1832102dd5;p=pandora-kernel.git sparc64: fix modpost failure Previously PeeCeeI.o was a library but it was always pulled in due to insw and friends being exported (at least for a modular kernel). But this resulted in modpost failures if there where no in-kernel users because then insw & friends were not linked in. Fix this by including PeeCeeI.o in the kernel unconditionally. The only drawback for this solution is that a nonmodular kernel will always include insw & friends no matter if they are in use or not. Reported-by: Meelis Roos Signed-off-by: Sam Ravnborg Signed-off-by: David S. Miller --- Reading git-diff-tree failed