summaryrefslogtreecommitdiff
path: root/include/asm-avr32/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-avr32/setup.h')
-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 {
extern struct tag *bootloader_tags;
+extern resource_size_t fbmem_start;
+extern resource_size_t fbmem_size;
void setup_processor(void);
-extern void board_setup_fbmem(unsigned long fbmem_start,
- unsigned long fbmem_size);
#endif /* !__ASSEMBLY__ */