]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-powerpc/vio.h
[POWERPC] Add PMI driver for cell blade
[linux-2.6-omap-h63xx.git] / include / asm-powerpc / vio.h
index dc9bd101ca14c24ed3967cc98587ccd8b85522b7..0117b544ecbce1ff1c7741f3e55938bd31f34081 100644 (file)
@@ -45,9 +45,8 @@ struct iommu_table;
  * The vio_dev structure is used to describe virtual I/O devices.
  */
 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;