]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/sh/kernel/cpu/sh4a/setup-sh7770.c
sh: Don't set the sh-sci pdata UPF_BOOT_AUTOCONF flags
[karo-tx-linux.git] / arch / sh / kernel / cpu / sh4a / setup-sh7770.c
index b2d3206e2704faa94790186052709696c56d321c..82e3bdf2e1b6bc12f985c0d6ac5ed3a0b798d066 100644 (file)
@@ -16,7 +16,6 @@
 #include <linux/io.h>
 
 static struct plat_sci_port scif0_platform_data = {
-       .flags          = UPF_BOOT_AUTOCONF,
        .scscr          = SCSCR_REIE | SCSCR_TOIE,
        .type           = PORT_SCIF,
 };
@@ -37,7 +36,6 @@ static struct platform_device scif0_device = {
 };
 
 static struct plat_sci_port scif1_platform_data = {
-       .flags          = UPF_BOOT_AUTOCONF,
        .scscr          = SCSCR_REIE | SCSCR_TOIE,
        .type           = PORT_SCIF,
 };
@@ -58,7 +56,6 @@ static struct platform_device scif1_device = {
 };
 
 static struct plat_sci_port scif2_platform_data = {
-       .flags          = UPF_BOOT_AUTOCONF,
        .scscr          = SCSCR_REIE | SCSCR_TOIE,
        .type           = PORT_SCIF,
 };
@@ -79,7 +76,6 @@ static struct platform_device scif2_device = {
 };
 
 static struct plat_sci_port scif3_platform_data = {
-       .flags          = UPF_BOOT_AUTOCONF,
        .scscr          = SCSCR_REIE | SCSCR_TOIE,
        .type           = PORT_SCIF,
 };
@@ -100,7 +96,6 @@ static struct platform_device scif3_device = {
 };
 
 static struct plat_sci_port scif4_platform_data = {
-       .flags          = UPF_BOOT_AUTOCONF,
        .scscr          = SCSCR_REIE | SCSCR_TOIE,
        .type           = PORT_SCIF,
 };
@@ -121,7 +116,6 @@ static struct platform_device scif4_device = {
 };
 
 static struct plat_sci_port scif5_platform_data = {
-       .flags          = UPF_BOOT_AUTOCONF,
        .scscr          = SCSCR_REIE | SCSCR_TOIE,
        .type           = PORT_SCIF,
 };
@@ -142,7 +136,6 @@ static struct platform_device scif5_device = {
 };
 
 static struct plat_sci_port scif6_platform_data = {
-       .flags          = UPF_BOOT_AUTOCONF,
        .scscr          = SCSCR_REIE | SCSCR_TOIE,
        .type           = PORT_SCIF,
 };
@@ -163,7 +156,6 @@ static struct platform_device scif6_device = {
 };
 
 static struct plat_sci_port scif7_platform_data = {
-       .flags          = UPF_BOOT_AUTOCONF,
        .scscr          = SCSCR_REIE | SCSCR_TOIE,
        .type           = PORT_SCIF,
 };
@@ -184,7 +176,6 @@ static struct platform_device scif7_device = {
 };
 
 static struct plat_sci_port scif8_platform_data = {
-       .flags          = UPF_BOOT_AUTOCONF,
        .scscr          = SCSCR_REIE | SCSCR_TOIE,
        .type           = PORT_SCIF,
 };
@@ -205,7 +196,6 @@ static struct platform_device scif8_device = {
 };
 
 static struct plat_sci_port scif9_platform_data = {
-       .flags          = UPF_BOOT_AUTOCONF,
        .scscr          = SCSCR_REIE | SCSCR_TOIE,
        .type           = PORT_SCIF,
 };