From 935fad106477360189d20ac619d76d86109742d6 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 17 Apr 2014 08:56:20 -0600 Subject: Move the un-definitions of __ramfuncs__ from the sam_clockconfig.c to the common up_internal.h header file so that the attribute will be applied the same to function definitions and prototypes. --- nuttx/ChangeLog | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'nuttx/ChangeLog') diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index c080705a7..2122fa019 100644 --- a/nuttx/ChangeLog +++ b/nuttx/ChangeLog @@ -7179,5 +7179,7 @@ Duckworth (2014-4-16). * arch/arm/src/stm32/chip/stm32f20xxx_pinmap.h: Correct a mapping for SPI MOSI pin. From dlsitzer (2014-4-26). - - + * arm/src/sama5/sam_clockconfig.c/.h: Move the un-definitions of + __ramfuncs__ from the .c file to the .h file or, otherwise, the + attribute will be applied differently for the prototype and the + function definition. Sourceforge patch 38 from Luciano Neri (2014-4-17). -- cgit v1.2.3