From: David S. Miller Date: Wed, 14 Jan 2009 01:38:24 +0000 (-0800) Subject: sparc64: Fix UP build failure. X-Git-Tag: v2.6.29-rc2~10^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a6046ebe28d6a5d259097dcb44162e5a6eca88e;p=pandora-kernel.git sparc64: Fix UP build failure. sparc_ksyms_64.c includes asm/spinlock.h directly, which is a no-no. Even better, none of these exports are even necessary. All of these functions are inlines. Reported by Meelis Roos and Alexander Beregalov. Signed-off-by: David S. Miller --- Reading git-diff-tree failed