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)
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>

No differences found