X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fasm-powerpc%2Fvio.h;h=e0ccf108277cd62e81e3d5e957428778a8841451;hb=1970282f3b453b7aac3b192a44705dcb5277fd82;hp=104c58501d0ce0be0d8acfa03d512266359c7e52;hpb=6fdf5392caa4c3cba65add0a4beec9f5eb96b723;p=powerpc.git diff --git a/include/asm-powerpc/vio.h b/include/asm-powerpc/vio.h index 104c58501d..e0ccf10827 100644 --- a/include/asm-powerpc/vio.h +++ b/include/asm-powerpc/vio.h @@ -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; };