From: Al Viro Date: Wed, 5 Oct 2005 07:36:02 +0000 (+0100) Subject: [PATCH] fix the breakage in sparc headers X-Git-Tag: v2.6.14-rc4~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=329d4dd72e5c3393a0c7aeebf3e62df77b196d71;p=pandora-kernel.git [PATCH] fix the breakage in sparc headers If we switch extern inline to static inline, we'd better switch the pre-declarations we use to say that these puppies have __attribute_const__ on them. Otherwise we get extern declaration followed by static inline one. Which makes gcc unhappy, and for a good reason... Signed-off-by: Al Viro Signed-off-by: David S. Miller Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed