score: fix function prototypes
authorArnd Bergmann <arnd@arndb.de>
Sat, 27 Jun 2009 13:12:16 +0000 (15:12 +0200)
committerArnd Bergmann <arnd@arndb.de>
Sat, 27 Jun 2009 13:14:58 +0000 (15:14 +0200)
commitbddc605955bca2d914ca621a7ef4ca6c271f55d8
tree7cbdf36efa44d35d5ee6b7a73771004e8a92bc7f
parenta1f8213b9518d0e9124a48a34bdd58b4bc2650e5
score: fix function prototypes

Syscalls should return 'long' and be marked as 'asmlinkage'.
Functions that are only used in a single file should be 'static'.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/score/kernel/signal.c
arch/score/kernel/sys_score.c
arch/score/kernel/time.c