drivercore/dt: add a match table pointer to struct device
authorGrant Likely <grant.likely@secretlab.ca>
Thu, 17 Feb 2011 09:37:15 +0000 (02:37 -0700)
committerGrant Likely <grant.likely@secretlab.ca>
Mon, 28 Feb 2011 08:36:38 +0000 (01:36 -0700)
Add a new .of_match field to struct device which points at the
matching device driver .of_match_table entry when a device is probed
via the device tree

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found