]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/eisa.h
driver core: remove DEVICE_NAME_SIZE define
[linux-2.6-omap-h63xx.git] / include / linux / eisa.h
index fe806b6f030dfb2d7583751cc33d96f36a8b7d90..e61c0be2a45977fb61e48b0b0eb89f016b7c978d 100644 (file)
@@ -40,7 +40,7 @@ struct eisa_device {
        u64                   dma_mask;
        struct device         dev; /* generic device */
 #ifdef CONFIG_EISA_NAMES
-       char                  pretty_name[DEVICE_NAME_SIZE];
+       char                  pretty_name[50];
 #endif
 };