powerpc: don't duplicate name between vio_driver and device_driver
[linux-block.git] / include / asm-powerpc / vio.h
index f10f72f24fde10a2ce73c514c6ab01326c838efe..104c58501d0ce0be0d8acfa03d512266359c7e52 100644 (file)
@@ -55,7 +55,6 @@ struct vio_dev {
 
 struct vio_driver {
        struct list_head node;
-       char *name;
        const struct vio_device_id *id_table;
        int (*probe)(struct vio_dev *dev, const struct vio_device_id *id);
        int (*remove)(struct vio_dev *dev);