projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0357ae8
)
[ARM] pxa: replacing dead SHARPSL_LOCOMO with SHARP_LOCOMO
author
Christoph Egger
<siccegge@cs.fau.de>
Wed, 30 Jun 2010 10:36:20 +0000
(12:36 +0200)
committer
Eric Miao
<eric.y.miao@gmail.com>
Thu, 5 Aug 2010 06:32:29 +0000
(14:32 +0800)
SHARP_LOCOMO doesn't exist in Kconfig, therefore replacing all
references for it with SHARP_LOCOMO in the source code.
Signed-off-by: Christoph Egger <siccegge@cs.fau.de>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
arch/arm/mach-sa1100/include/mach/irqs.h
patch
|
blob
|
history
diff --git
a/arch/arm/mach-sa1100/include/mach/irqs.h
b/arch/arm/mach-sa1100/include/mach/irqs.h
index
8c8845b
..
d18f21a
100644
(file)
--- a/
arch/arm/mach-sa1100/include/mach/irqs.h
+++ b/
arch/arm/mach-sa1100/include/mach/irqs.h
@@
-77,7
+77,7
@@
*/
#ifdef CONFIG_SA1111
#define NR_IRQS (IRQ_BOARD_END + 55)
-#elif defined(CONFIG_SHARP
SL
_LOCOMO)
+#elif defined(CONFIG_SHARP_LOCOMO)
#define NR_IRQS (IRQ_BOARD_START + 4)
#else
#define NR_IRQS (IRQ_BOARD_START)