From: Grant Likely Date: Tue, 13 Apr 2010 23:13:22 +0000 (-0700) Subject: of: change of_match_device to work with struct device X-Git-Tag: v2.6.35-rc1~420^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44504b2bebf8b5823c59484e73096a7d6574471d;p=pandora-kernel.git of: change of_match_device to work with struct device The of_node pointer is now stored directly in struct device, so of_match_device() should work with any device, not just struct of_device. This patch changes the interface to of_match_device() to accept a struct device instead of struct of_device. Signed-off-by: Grant Likely --- Reading git-diff-tree failed