diff options
Diffstat (limited to 'arch/arm/plat-omap/fb.c')
-rw-r--r-- | arch/arm/plat-omap/fb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/fb.c b/arch/arm/plat-omap/fb.c index 72a36ca8609a..fffc1a0b78a7 100644 --- a/arch/arm/plat-omap/fb.c +++ b/arch/arm/plat-omap/fb.c | |||
@@ -94,7 +94,7 @@ static int fbmem_region_reserved(unsigned long start, size_t size) | |||
94 | * Get the region_idx`th region from board config/ATAG and convert it to | 94 | * Get the region_idx`th region from board config/ATAG and convert it to |
95 | * our internal format. | 95 | * our internal format. |
96 | */ | 96 | */ |
97 | static int get_fbmem_region(int region_idx, struct omapfb_mem_region *rg) | 97 | static int __init get_fbmem_region(int region_idx, struct omapfb_mem_region *rg) |
98 | { | 98 | { |
99 | const struct omap_fbmem_config *conf; | 99 | const struct omap_fbmem_config *conf; |
100 | u32 paddr; | 100 | u32 paddr; |