From: Grant Likely Date: Tue, 13 Apr 2010 23:13:01 +0000 (-0700) Subject: drivercore: Add of_match_table to the common device drivers X-Git-Tag: v2.6.35-rc1~420^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=597b9d1e44e9ba69f2454a5318bbe7a6d5e6930a;p=pandora-kernel.git drivercore: Add of_match_table to the common device drivers OF-style matching can be available to any device, on any type of bus. This patch allows any driver to provide an OF match table when CONFIG_OF is enabled so that drivers can be bound against devices described in the device tree. Signed-off-by: Grant Likely Acked-by: Greg Kroah-Hartman --- Reading git-diff-tree failed