Files
android_kernel_xiaomi_sm8450/arch/sparc
Sam Ravnborg 62dfcd336c 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 <mroos@linux.ee>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-01-17 23:12:27 -08:00
..
2008-12-04 09:17:21 -08:00
2009-01-08 16:46:17 -08:00
2009-01-17 23:12:27 -08:00
2008-12-04 09:16:56 -08:00
2009-01-04 23:03:10 -08:00
2008-12-04 09:16:48 -08:00
2008-12-04 13:28:09 -08:00