commit | 6077d265324f13a4b7db30eb70cabed07fd58936 | [log] [tgz] |
---|---|---|
author | Sekhar Nori <nsekhar@ti.com> | Thu Jul 09 20:26:38 2009 +0530 |
committer | Kevin Hilman <khilman@deeprootsystems.com> | Wed Aug 26 10:57:01 2009 +0300 |
tree | 65794fcce7edc6cd70ef63caca93a966c7d8e36c | |
parent | baf09a4cd029c10fd46ef3d1505e2fe8cddcb48e [diff] |
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 <nsekhar@ti.com> Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>