diff options
Diffstat (limited to 'arch/arm/mach-msm/include/mach/system.h')
| -rw-r--r-- | arch/arm/mach-msm/include/mach/system.h | 8 | 
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/mach-msm/include/mach/system.h b/arch/arm/mach-msm/include/mach/system.h index d2e83f42ba1..311db2b35da 100644 --- a/arch/arm/mach-msm/include/mach/system.h +++ b/arch/arm/mach-msm/include/mach/system.h @@ -12,16 +12,8 @@   * GNU General Public License for more details.   *   */ - -#include <mach/hardware.h> -  void arch_idle(void); -static inline void arch_reset(char mode, const char *cmd) -{ -	for (;;) ;  /* depends on IPC w/ other core */ -} -  /* low level hardware reset hook -- for example, hitting the   * PSHOLD line on the PMIC to hard reset the system   */  |