From: Kevin Hilman Date: Fri, 26 Feb 2010 00:24:41 +0000 (-0800) Subject: davinci: DM365: fix duplicate default IRQ priorities X-Git-Tag: v2.6.34-rc4~26^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8e42de6efcf4e9bed79a8b030261d799ea1960a;p=pandora-kernel.git 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 --- Reading git-diff-tree failed