bsps/arm: Make the Clock_isr() static again

This commit is contained in:
Sebastian Huber
2012-04-20 15:29:00 +02:00
parent 37f938d708
commit d2c665b7f2
@@ -20,7 +20,7 @@
#ifdef ARM_MULTILIB_ARCH_V7M
/* This is defined in clockdrv_shell.h */
void Clock_isr(rtems_irq_hdl_param arg);
static void Clock_isr(void *arg);
#define _ARMV7M_Systick_get_factor(freq) \
((1000000000ULL << 32) / (freq))