linux/drivers/staging/vme
Manohar Vanga a916a391d3 staging: vme: get rid of struct vme_device_id and slots
Previously, the device-driver matching mechanism depended on the
vme_device_id structure due to the need for a bind table per driver.
This method of matching is no longer used so this patch merges the
fields of struct vme_device_id into struct vme_dev. Since this also
renders the slot field meaningless, it has also been removed in this
patch.

Signed-off-by: Manohar Vanga <manohar.vanga@cern.ch>
Cc: Martyn Welch <martyn.welch@ge.com>
Reviewed-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-10-17 15:43:13 -07:00
..
boards
bridges
devices staging: vme: get rid of struct vme_device_id and slots 2011-10-17 15:43:13 -07:00
Kconfig
Makefile
TODO
vme_api.txt staging: vme: get rid of struct vme_device_id and slots 2011-10-17 15:43:13 -07:00
vme_bridge.h staging: vme: make match() driver specific to improve non-VME64x support 2011-10-17 15:43:13 -07:00
vme.c staging: vme: get rid of struct vme_device_id and slots 2011-10-17 15:43:13 -07:00
vme.h staging: vme: get rid of struct vme_device_id and slots 2011-10-17 15:43:13 -07:00