[PATCH] fix the breakage in sparc headers
authorAl Viro <viro@ftp.linux.org.uk>
Wed, 5 Oct 2005 07:36:02 +0000 (08:36 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 5 Oct 2005 14:33:42 +0000 (07:33 -0700)
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 <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

No differences found