From: Sekhar Nori Date: Thu, 9 Jul 2009 14:56:38 +0000 (+0530) Subject: davinci: make arch_idle and arch_reset as inline functions X-Git-Tag: v2.6.32-rc1~644^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6077d265324f13a4b7db30eb70cabed07fd58936;p=pandora-kernel.git davinci: make arch_idle and arch_reset as inline functions Make arch_idle and arch_reset inline as inline function. Not having them inline leads to a warning of this sort when only one of these functions is used: arch/arm/mach-davinci/include/mach/system.h:24: warning: 'arch_reset' \ defined but not used boot, re-boot tested on OMAP-L138 EVM Signed-off-by: Sekhar Nori Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed