diff options
author | Tony Lindgren <tony@atomide.com> | 2012-03-06 13:32:47 -0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-03-06 13:32:47 -0800 |
commit | 00fd72ccc928c1fefc4c9c3b925f82cb71750dfb (patch) | |
tree | fb77d8bad2e21597ed5d0b34fdd040044999e2c2 /arch/arm/mach-s5pc100/include | |
parent | 9cf793f9b8b1ba9414e2a7591b2e911885f85a27 (diff) | |
parent | 1416408d31236dc2a80d269aa23ffa93aa01e833 (diff) | |
download | talos-op-linux-00fd72ccc928c1fefc4c9c3b925f82cb71750dfb.tar.gz talos-op-linux-00fd72ccc928c1fefc4c9c3b925f82cb71750dfb.zip |
Merge branch 'for_3.4/cleanup/pm' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm into cleanup-pm
Diffstat (limited to 'arch/arm/mach-s5pc100/include')
-rw-r--r-- | arch/arm/mach-s5pc100/include/mach/entry-macro.S | 6 | ||||
-rw-r--r-- | arch/arm/mach-s5pc100/include/mach/system.h | 19 |
2 files changed, 0 insertions, 25 deletions
diff --git a/arch/arm/mach-s5pc100/include/mach/entry-macro.S b/arch/arm/mach-s5pc100/include/mach/entry-macro.S index b8c242edfa22..bad0700457db 100644 --- a/arch/arm/mach-s5pc100/include/mach/entry-macro.S +++ b/arch/arm/mach-s5pc100/include/mach/entry-macro.S @@ -12,14 +12,8 @@ * warranty of any kind, whether express or implied. */ - .macro disable_fiq - .endm - .macro get_irqnr_preamble, base, tmp .endm - .macro arch_ret_to_user, tmp1, tmp2 - .endm - .macro get_irqnr_and_base, irqnr, irqstat, base, tmp .endm diff --git a/arch/arm/mach-s5pc100/include/mach/system.h b/arch/arm/mach-s5pc100/include/mach/system.h deleted file mode 100644 index afc96c298518..000000000000 --- a/arch/arm/mach-s5pc100/include/mach/system.h +++ /dev/null @@ -1,19 +0,0 @@ -/* linux/arch/arm/mach-s5pc100/include/mach/system.h - * - * Copyright 2009 Samsung Electronics Co. - * Byungho Min <bhmin@samsung.com> - * - * S5PC100 - system implementation - * - * Based on mach-s3c6400/include/mach/system.h - */ - -#ifndef __ASM_ARCH_SYSTEM_H -#define __ASM_ARCH_SYSTEM_H __FILE__ - -static void arch_idle(void) -{ - /* nothing here yet */ -} - -#endif /* __ASM_ARCH_IRQ_H */ |