powerpc: merge tlbflush.h
[powerpc.git] / include / asm-powerpc / vio.h
index 104c585..e0ccf10 100644 (file)
@@ -58,6 +58,7 @@ struct vio_driver {
        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;
 };