From: Geert Uytterhoeven Date: Sun, 5 Oct 2014 20:34:40 +0000 (+0200) Subject: m68k/atari: Remove obsolete IRQ_TYPE_* X-Git-Tag: fixes-v4.0-rc1~164^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87511d09206d5fdb178971aa83d0e08082e8c571;p=pandora-kernel.git m68k/atari: Remove obsolete IRQ_TYPE_* IRQ_TYPE_SLOW, IRQ_TYPE_FAST, and IRQ_TYPE_PRIO are no longer used by the Atari platform interrupt code since commit 734085651c9b80aa ("[PATCH] m68k: convert atari irq code") in v2.6.18-rc1, so drop them. Note that their values have been reused for different purposes (IRQ_TYPE_NONE, IRQ_TYPE_EDGE_RISING, and IRQ_TYPE_EDGE_FALLING) since commit 6a6de9ef5850d063 ("[PATCH] genirq: core") in v2.6.18-rc1. Signed-off-by: Geert Uytterhoeven --- Reading git-diff-tree failed