[CG14]: Fix section mismatch warnings.

Fix section mismatch warning by moving data into __devinitdata section.
Add __devinit to an initialization function.

Signed-off-by: Robert Reif <reif@earthlink.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by Robert Reif and committed by David S. Miller 8fdab476 ac33d1fe

+3 -2
+3 -2
drivers/video/cg14.c
··· 354 354 * Initialisation 355 355 */ 356 356 357 - static void cg14_init_fix(struct fb_info *info, int linebytes, struct device_node *dp) 357 + static void __devinit cg14_init_fix(struct fb_info *info, int linebytes, 358 + struct device_node *dp) 358 359 { 359 360 const char *name = dp->name; 360 361 ··· 369 368 info->fix.accel = FB_ACCEL_SUN_CG14; 370 369 } 371 370 372 - static struct sbus_mmap_map __cg14_mmap_map[CG14_MMAP_ENTRIES] __initdata = { 371 + static struct sbus_mmap_map __cg14_mmap_map[CG14_MMAP_ENTRIES] __devinitdata = { 373 372 { 374 373 .voff = CG14_REGS, 375 374 .poff = 0x80000000,