davinci: DM365: fix duplicate default IRQ priorities
authorKevin Hilman <khilman@deeprootsystems.com>
Fri, 26 Feb 2010 00:24:41 +0000 (16:24 -0800)
committerKevin Hilman <khilman@deeprootsystems.com>
Mon, 5 Apr 2010 22:25:11 +0000 (15:25 -0700)
commitc8e42de6efcf4e9bed79a8b030261d799ea1960a
treea8e88143adb0b077d5d24b6143f050df92dabdbb
parentbb17ef102b72e38557bfa829511e06c4bd3bb972
davinci: DM365: fix duplicate default IRQ priorities

IRQ 29 has two possible interrupts DDRINT and RTC, but having both in
the default priority table is confusing (and triggers a warning from
sparse.)

This patch removes the lower priority DDRINT from the default priority
table leaving the RTC setting as the default.

Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
arch/arm/mach-davinci/dm365.c