]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/mca/mca-bus.c
driver core: remove DEVICE_NAME_SIZE define
[linux-2.6-omap-h63xx.git] / drivers / mca / mca-bus.c
index 67b8e9453b191a2c701970f4ccbdd4a5207dd1e3..ef2dbfe747141ee3940fa645e700d89d7a173981 100644 (file)
@@ -40,7 +40,7 @@ static struct mca_bus *mca_root_busses[MAX_MCA_BUSSES];
 
 struct mca_device_info {
        short pos_id;           /* the 2 byte pos id for this card */
-       char name[DEVICE_NAME_SIZE];
+       char name[50];
 };
 
 static int mca_bus_match (struct device *dev, struct device_driver *drv)