]> git.hungrycats.org Git - linux/commitdiff
ppc64: fix compile warning
authorAnton Blanchard <anton@samba.org>
Sat, 22 Feb 2003 01:56:01 +0000 (12:56 +1100)
committerAnton Blanchard <anton@samba.org>
Sat, 22 Feb 2003 01:56:01 +0000 (12:56 +1100)
arch/ppc64/kernel/align.c

index 603bf39493631180e95b99e5af70f08cdc74da5a..01cb97448b80fbf413b07fa258145af10d4efaad 100644 (file)
@@ -180,7 +180,7 @@ static struct aligninfo aligninfo[128] = {
 
 #define SWAP(a, b)     (t = (a), (a) = (b), (b) = t)
 
-unsigned static inline make_dsisr( unsigned instr )
+static inline unsigned make_dsisr(unsigned instr)
 {
        unsigned dsisr;