]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-powerpc/vio.h
[POWERPC] Constify & voidify get_property()
[linux-2.6-omap-h63xx.git] / include / asm-powerpc / vio.h
index dc9bd101ca14c24ed3967cc98587ccd8b85522b7..4b51d42e1419d2cf0f27d2c40f448f474005e912 100644 (file)
@@ -46,8 +46,8 @@ struct iommu_table;
  */
 struct vio_dev {
        struct iommu_table *iommu_table;     /* vio_map_* uses this */
-       char *name;
-       char *type;
+       const char *name;
+       const char *type;
        uint32_t unit_address;
        unsigned int irq;
        struct device dev;