summaryrefslogtreecommitdiffstats
path: root/bsps/arm/gumstix/clock/clock.c
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/gumstix/clock/clock.c')
-rw-r--r--bsps/arm/gumstix/clock/clock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsps/arm/gumstix/clock/clock.c b/bsps/arm/gumstix/clock/clock.c
index c844f50a37..1e8f1fcb3f 100644
--- a/bsps/arm/gumstix/clock/clock.c
+++ b/bsps/arm/gumstix/clock/clock.c
@@ -99,7 +99,7 @@ static void Clock_driver_support_initialize_hardware(void)
#endif
}
-#define Clock_driver_support_at_tick() \
+#define Clock_driver_support_at_tick(arg) \
do { \
/* read the status to clear the int */ \
XSCALE_OS_TIMER_TSR = 0x1; \