diff options
Diffstat (limited to 'include/linux/vme.h')
-rw-r--r-- | include/linux/vme.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/vme.h b/include/linux/vme.h index ea6095deba20..ec5e8bf6118e 100644 --- a/include/linux/vme.h +++ b/include/linux/vme.h @@ -108,12 +108,10 @@ struct vme_dev { }; struct vme_driver { - struct list_head node; const char *name; int (*match)(struct vme_dev *); int (*probe)(struct vme_dev *); int (*remove)(struct vme_dev *); - void (*shutdown)(void); struct device_driver driver; struct list_head devices; }; |