|
@@ -28,12 +28,12 @@
|
|
|
|
|
|
/* 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;
|
|
|
|