]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] voyager_smp.c static inline fix
authorDominik Hackl <dominik@hackl.dhs.org>
Wed, 25 May 2005 02:29:46 +0000 (19:29 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 25 May 2005 03:08:12 +0000 (20:08 -0700)
commita52d302eb80df893ff840b12859f26826fefb04e
treefb2e75855cfa0e1e9c8e183be7d826e7bcf299ce
parent3e863af5ed51ab77a9b82df1dba0845d97f91d5b
[PATCH] voyager_smp.c static inline fix

This patch fixes a compile bug by moving a static inline function to the
right place.  The body of a static inline function has to be declared
before the use of this function.

Signed-off-by: Dominik Hackl <dominik@hackl.dhs.org>
Cc: James Bottomley <James.Bottomley@steeleye.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/mach-voyager/voyager_smp.c