From: Rafael J. Wysocki Date: Wed, 15 Aug 2012 18:57:27 +0000 (+0200) Subject: ARM: shmobile: Move definition of shmobile_init_late() to header X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~39^2~8^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35f2b0bd5911dc0eef3f5352b6acb79c69420111;p=pandora-kernel.git ARM: shmobile: Move definition of shmobile_init_late() to header The role of the only function in the common.c file in arch/arm/mach-shmobile, shmobile_init_late(), is to call two initializers whose definitions depend on kernel configuration options. Those initializers may very well be called from a static inline function in arm/mach-shmobile/include/mach/common.h, though, in which makes the code a bit easier to read. Moreover, the common.c may be dropped entirely then. Signed-off-by: Rafael J. Wysocki Acked-by: Magnus Damm --- Reading git-diff-tree failed