Merge branch 'master'
[powerpc.git] / include / asm-powerpc / vio.h
index f10f72f..e0ccf10 100644 (file)
@@ -55,10 +55,10 @@ 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);
+       void (*shutdown)(struct vio_dev *dev);
        unsigned long driver_data;
        struct device_driver driver;
 };