From: Jonas Bonn Date: Fri, 23 Jul 2010 17:19:35 +0000 (+0200) Subject: of: make of_find_device_by_node generic X-Git-Tag: v2.6.36-rc1~543^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c608558407aa64d2b98d58bfc116e95c0afb357e;p=pandora-kernel.git of: make of_find_device_by_node generic There's no need for this function to be architecture specific and all four architectures defining it had the same definition. The function has been moved to drivers/of/platform.c. Signed-off-by: Jonas Bonn [grant.likely@secretlab.ca: moved to drivers/of/platform.c, simplified code, and added kerneldoc comment] Signed-off-by: Grant Likely Acked-by: David S. Miller --- Reading git-diff-tree failed