From 0b6cb0cd0be208b66287e7fc3ed6b418f8ed3d5c Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 11 Feb 2011 09:11:00 +0000 Subject: =?UTF-8?q?2011-02-11=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * avr/power.h: Revert previous patch. --- cpukit/score/cpu/avr/ChangeLog | 4 ++++ cpukit/score/cpu/avr/avr/power.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'cpukit/score/cpu') diff --git a/cpukit/score/cpu/avr/ChangeLog b/cpukit/score/cpu/avr/ChangeLog index cb2c509be0..4abccfdc3f 100644 --- a/cpukit/score/cpu/avr/ChangeLog +++ b/cpukit/score/cpu/avr/ChangeLog @@ -1,3 +1,7 @@ +2011-02-11 Ralf Corsépius + + * avr/power.h: Revert previous patch. + 2011-02-11 Ralf Corsépius * cpu.c, avr/interrupt.h, avr/power.h, rtems/score/cpu.h: diff --git a/cpukit/score/cpu/avr/avr/power.h b/cpukit/score/cpu/avr/avr/power.h index ee8af9edea..f17166142a 100644 --- a/cpukit/score/cpu/avr/avr/power.h +++ b/cpukit/score/cpu/avr/avr/power.h @@ -1377,7 +1377,7 @@ typedef enum } clock_div_t; -static inline void clock_prescale_set(clock_div_t) __attribute__((__always_inline__)); +static __inline__ void clock_prescale_set(clock_div_t) __attribute__((__always_inline__)); /** \addtogroup avr_power \code clock_prescale_set(x) \endcode -- cgit v1.2.3