commit | 6431e6a28e8df423e1ebcda065e9ff086198d2c6 | [log] [tgz] |
---|---|---|
author | Dominik Hackl <dominik@hackl.dhs.org> | Tue May 24 19:29:46 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Tue May 24 20:08:12 2005 -0700 |
tree | fb2e75855cfa0e1e9c8e183be7d826e7bcf299ce | |
parent | 7e43c84e3e5423ae72ae31e4cd7bbccfd1605194 [diff] |
[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>