From: Robert Reif Date: Thu, 4 Jun 2009 09:00:02 +0000 (-0700) Subject: sparc: move of_device common code to of_device_common X-Git-Tag: v2.6.31-rc1~310^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9f5b7e77c30da25104a3f7f26ac46c07d7b5cb6;p=pandora-kernel.git sparc: move of_device common code to of_device_common This patch moves code common to of_device_32.c and of_device_64.c into of_device_common.h and of_device_common.c. The only functional difference is in sparc32 where of_bus_default_map is used in place of of_bus_sbus_map because they are equivelent. There is still room for further code consolidation with some minor refactoring. Boot tested on sparc32 and compile tested on sparc64. Signed-off-by: Robert Reif Signed-off-by: David S. Miller --- Reading git-diff-tree failed