X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Fasm-powerpc%2Fvio.h;h=e0ccf108277cd62e81e3d5e957428778a8841451;hb=7211bb9b64f17b23834d91fc3d0c1d78671ee9a8;hp=f10f72f24fde10a2ce73c514c6ab01326c838efe;hpb=f38d87f566195d78bd70538d5c774758f2d926d3;p=powerpc.git diff --git a/include/asm-powerpc/vio.h b/include/asm-powerpc/vio.h index f10f72f24f..e0ccf10827 100644 --- a/include/asm-powerpc/vio.h +++ b/include/asm-powerpc/vio.h @@ -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; };