diff options
Diffstat (limited to 'arch/arm/mach-u300/include/mach/entry-macro.S')
| -rw-r--r-- | arch/arm/mach-u300/include/mach/entry-macro.S | 16 | 
1 files changed, 0 insertions, 16 deletions
diff --git a/arch/arm/mach-u300/include/mach/entry-macro.S b/arch/arm/mach-u300/include/mach/entry-macro.S deleted file mode 100644 index 7181d6ac665..00000000000 --- a/arch/arm/mach-u300/include/mach/entry-macro.S +++ /dev/null @@ -1,16 +0,0 @@ -/* - * - * arch-arm/mach-u300/include/mach/entry-macro.S - * - * - * Copyright (C) 2006-2009 ST-Ericsson AB - * License terms: GNU General Public License (GPL) version 2 - * Low-level IRQ helper macros for ST-Ericsson U300 - * Author: Linus Walleij <linus.walleij@stericsson.com> - */ - -	.macro	disable_fiq -	.endm - -	.macro  arch_ret_to_user, tmp1, tmp2 -	.endm  |