Skip to content

Commit

Permalink
[ARM] pxa: replacing dead SHARPSL_LOCOMO with SHARP_LOCOMO
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Christoph Egger authored and Eric Miao committed Aug 5, 2010
1 parent 0357ae8 commit 7509acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-sa1100/include/mach/irqs.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
*/
#ifdef CONFIG_SA1111
#define NR_IRQS (IRQ_BOARD_END + 55)
#elif defined(CONFIG_SHARPSL_LOCOMO)
#elif defined(CONFIG_SHARP_LOCOMO)
#define NR_IRQS (IRQ_BOARD_START + 4)
#else
#define NR_IRQS (IRQ_BOARD_START)
Expand Down

0 comments on commit 7509acd

Please sign in to comment.