X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=drivers%2Fserial%2F8250_mca.c;h=d10be944ad44478818eff256d3254a0c12404c77;hb=f8d9d654fcc7dd87f5d0b222e233eaab15d650c4;hp=f0c40d68b8c1837f2ca2ac1e4604fc35ad64b4a6;hpb=ec9f47cd6a14ca069bb7552a984c0a338fc7262b;p=safe%2Fjmp%2Flinux-2.6 diff --git a/drivers/serial/8250_mca.c b/drivers/serial/8250_mca.c index f0c40d6..d10be94 100644 --- a/drivers/serial/8250_mca.c +++ b/drivers/serial/8250_mca.c @@ -8,7 +8,6 @@ * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ -#include #include #include #include @@ -44,7 +43,7 @@ static struct plat_serial8250_port mca_data[] = { static struct platform_device mca_device = { .name = "serial8250", - .id = 5, + .id = PLAT8250_DEV_MCA, .dev = { .platform_data = mca_data, },