]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/uio_driver.h
uio: make uio_info's name and version const
[linux-2.6-omap-h63xx.git] / include / linux / uio_driver.h
index 20be327bfbb45d12913ded11edbd0d2098e8168b..a0bb6bd2e5c1795bfdbebe75f672c5c439b5be53 100644 (file)
@@ -76,8 +76,8 @@ struct uio_device;
  */
 struct uio_info {
        struct uio_device       *uio_dev;
-       char                    *name;
-       char                    *version;
+       const char              *name;
+       const char              *version;
        struct uio_mem          mem[MAX_UIO_MAPS];
        struct uio_port         port[MAX_UIO_PORT_REGIONS];
        long                    irq;