]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/powerpc/platforms/celleb/scc_sio.c
[POWERPC] Init markings for celleb
[mv-sheeva.git] / arch / powerpc / platforms / celleb / scc_sio.c
index d219b60a4a8c78fc0c7989a25d24a43cc7531817..bb98735ac46f0068c05505880ecc3d6609a05504 100644 (file)
 
 /* sio irq0=0xb00010022 irq0=0xb00010023 irq2=0xb00010024
     mmio=0xfff000-0x1000,0xff2000-0x1000 */
-static int txx9_serial_bitmap = 0;
+static int txx9_serial_bitmap __initdata = 0;
 
 static struct {
        uint32_t offset;
        uint32_t index;
-} txx9_scc_tab[3] = {
+} txx9_scc_tab[3] __initdata = {
        { 0x300, 0 },   /* 0xFFF300 */
        { 0x400, 0 },   /* 0xFFF400 */
        { 0x800, 1 }    /* 0xFF2800 */
@@ -79,7 +79,7 @@ static int __init txx9_serial_init(void)
        return 0;
 }
 
-static int txx9_serial_config(char *ptr)
+static int __init txx9_serial_config(char *ptr)
 {
        int     i;