staging: vme: add struct vme_dev for VME devices
[pandora-kernel.git] / drivers / staging / vme / vme_bridge.h
index 4b8566e..6dd2f4c 100644 (file)
@@ -114,9 +114,8 @@ struct vme_bridge {
        void *driver_priv;      /* Private pointer for the bridge driver */
        struct list_head bus_list; /* list of VME buses */
 
-       struct device *dev[VME_SLOTS_MAX];      /* Device registered with
-                                                * device model on VME bus
-                                                */
+       struct vme_dev *dev[VME_SLOTS_MAX];     /* Device registered
+                                                * on VME bus */
 
        /* Interrupt callbacks */
        struct vme_irq irq[7];