From: Manohar Vanga Date: Mon, 26 Sep 2011 09:27:17 +0000 (+0200) Subject: staging: vme: get rid of struct vme_device_id and slots X-Git-Tag: v3.2-rc1~169^2^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a916a391d3e19593a104a8c3c4779a3084f1ca5b;p=pandora-kernel.git 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 Cc: Martyn Welch Reviewed-by: Emilio G. Cota Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed