commit | d8f6098d5b0e9755c79d05e30b185a6e964fd3fa | [log] [tgz] |
---|---|---|
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> | Sat Apr 16 15:24:29 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Sat Apr 16 15:24:29 2005 -0700 |
tree | 8869a8eb584713088b1e882e8fcd1b7772fd8709 | |
parent | cd2c169e6a2d15dce3f526b1e2f97e843f8f5787 [diff] |
[PATCH] ppc32: fix compilation error in arch/ppc/syslib/open_pic_defs.h make defconfig give the following error on ppc (gcc-4): arch/ppc/syslib/open_pic.c:36: error: static declaration of ‘OpenPIC’ follows non-static declaration arch/ppc/syslib/open_pic_defs.h:175: error: previous declaration of ‘OpenPIC’ was here Signed-Off-By: Benoit Boissinot <benoit.boissinot@ens-lyon.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>