]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/sparc64/kernel/vio.c
driver core: remove KOBJ_NAME_LEN define
[linux-2.6-omap-h63xx.git] / arch / sparc64 / kernel / vio.c
index e78b3517940b6a252a13d36b544c371341f1aae0..ecbb8b618b8c46956d4147577f82dd6f2b9732cb 100644 (file)
@@ -224,7 +224,7 @@ static struct vio_dev *vio_create_one(struct mdesc_handle *hp, u64 mp,
        if (!strcmp(type, "domain-services-port"))
                bus_id_name = "ds";
 
-       if (strlen(bus_id_name) >= KOBJ_NAME_LEN - 4) {
+       if (strlen(bus_id_name) >= BUS_ID_SIZE - 4) {
                printk(KERN_ERR "VIO: bus_id_name [%s] is too long.\n",
                       bus_id_name);
                return NULL;