]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/avr32/include/asm/sections.h
Introduce generic link section.h symbol files
[karo-tx-uboot.git] / arch / avr32 / include / asm / sections.h
index a78fd40beddadcb0c09fb69b80ad31eae19b9036..056d7a05d5ef5840283413bb6dec7955441eede4 100644 (file)
 #ifndef __ASM_AVR32_SECTIONS_H
 #define __ASM_AVR32_SECTIONS_H
 
+#include <asm-generic/sections.h>
+
 /* References to section boundaries */
 
-extern char _text[], _etext[];
-extern char _data[], __data_lma[], _edata[], __edata_lma[];
+extern char __data_lma[], __edata_lma[];
 extern char __got_start[], __got_lma[], __got_end[];
-extern char __bss_end[];
 
 #endif /* __ASM_AVR32_SECTIONS_H */