aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/asm-avr32/setup.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-avr32/setup.h b/include/asm-avr32/setup.h
index bca2ee1fc607..1ff1a217015d 100644
--- a/include/asm-avr32/setup.h
+++ b/include/asm-avr32/setup.h
@@ -126,10 +126,10 @@ struct tagtable {
126 126
127extern struct tag *bootloader_tags; 127extern struct tag *bootloader_tags;
128 128
129extern resource_size_t fbmem_start;
130extern resource_size_t fbmem_size;
129 131
130void setup_processor(void); 132void setup_processor(void);
131extern void board_setup_fbmem(unsigned long fbmem_start,
132 unsigned long fbmem_size);
133 133
134#endif /* !__ASSEMBLY__ */ 134#endif /* !__ASSEMBLY__ */
135 135