diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arm/arm/mpcore_timer.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arm/arm/mpcore_timer.c b/sys/arm/arm/mpcore_timer.c index b37c0fd..4a0f23b 100644 --- a/sys/arm/arm/mpcore_timer.c +++ b/sys/arm/arm/mpcore_timer.c @@ -369,8 +369,7 @@ DRIVER_MODULE(mp_tmr, simplebus, arm_tmr_driver, arm_tmr_devclass, 0, 0); * RETURNS: * nothing */ -static void -__attribute__((used)) /* Must emit function code for the weak ref below. */ +static void __used /* Must emit function code for the weak ref below. */ arm_tmr_DELAY(int usec) { int32_t counts_per_usec; |