X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Fserial%2F8250_mca.c;h=d10be944ad44478818eff256d3254a0c12404c77;hb=e65f0f8271b1b0452334e5da37fd35413a000de4;hp=f0c40d68b8c1837f2ca2ac1e4604fc35ad64b4a6;hpb=8066eff0a1a0703ad901dbe5646a47dbfc089ef2;p=mv-sheeva.git diff --git a/drivers/serial/8250_mca.c b/drivers/serial/8250_mca.c index f0c40d68b8c..d10be944ad4 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, },