X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Farm%2Fmach-shark%2Fcore.c;fp=arch%2Farm%2Fmach-shark%2Fcore.c;h=877600e212dd6cb36c47513fc9be4a3c381bfeb7;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=1095df34fec072cfd76ab5ba77841e71f96174c3;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/arch/arm/mach-shark/core.c b/arch/arm/mach-shark/core.c index 1095df34f..877600e21 100644 --- a/arch/arm/mach-shark/core.c +++ b/arch/arm/mach-shark/core.c @@ -6,7 +6,6 @@ #include #include #include -#include #include #include @@ -90,7 +89,7 @@ shark_timer_interrupt(int irq, void *dev_id, struct pt_regs *regs) static struct irqaction shark_timer_irq = { .name = "Shark Timer Tick", - .flags = IRQF_DISABLED | IRQF_TIMER, + .flags = SA_INTERRUPT | SA_TIMER, .handler = shark_timer_interrupt, };