aboutsummaryrefslogtreecommitdiff
path: root/arch/score/kernel/time.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2009-06-27 15:12:16 +0200
committerArnd Bergmann <arnd@arndb.de>2009-06-27 15:14:58 +0200
commitbddc605955bca2d914ca621a7ef4ca6c271f55d8 (patch)
tree7cbdf36efa44d35d5ee6b7a73771004e8a92bc7f /arch/score/kernel/time.c
parenta1f8213b9518d0e9124a48a34bdd58b4bc2650e5 (diff)
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>
Diffstat (limited to 'arch/score/kernel/time.c')
-rw-r--r--arch/score/kernel/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/score/kernel/time.c b/arch/score/kernel/time.c
index cd66ba327ca..f0a43affb20 100644
--- a/arch/score/kernel/time.c
+++ b/arch/score/kernel/time.c
@@ -28,7 +28,7 @@
#include <asm/scoreregs.h>
-irqreturn_t timer_interrupt(int irq, void *dev_id)
+static irqreturn_t timer_interrupt(int irq, void *dev_id)
{
struct clock_event_device *evdev = dev_id;