]> Pileus Git - ~andy/linux/blobdiff - include/asm-powerpc/vio.h
[PATCH] dlm: use kern_recvmsg()
[~andy/linux] / include / asm-powerpc / vio.h
index 10da7f3af9387d8e1301eacbf3b5f8d090515606..0117b544ecbce1ff1c7741f3e55938bd31f34081 100644 (file)
@@ -15,7 +15,6 @@
 #define _ASM_POWERPC_VIO_H
 #ifdef __KERNEL__
 
-#include <linux/config.h>
 #include <linux/init.h>
 #include <linux/errno.h>
 #include <linux/device.h>
@@ -46,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;