summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2008-10-20 13:52:52 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2008-10-20 13:52:52 +1100
commit3204e7b184f85b4220ebae2574de806cadf2d998 (patch)
tree237f81c945610ed85b9d96c4eece2d362b352267 /include
parent7535bf883df32ede5139b1b0b8b172e4ac6538d1 (diff)
parent14a6b3e8964be7b82c6cb4246fe4e0d9f6ddc9d5 (diff)
Merge commit 'genirq/auto-genirq-next'
Diffstat (limited to 'include')
-rw-r--r--include/linux/irq.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/irq.h b/include/linux/irq.h
index 8d9411bc60f6..1d73d1abb834 100644
--- a/include/linux/irq.h
+++ b/include/linux/irq.h
@@ -198,10 +198,6 @@ extern int setup_irq(unsigned int irq, struct irqaction *new);
#ifdef CONFIG_GENERIC_HARDIRQS
-#ifndef handle_dynamic_tick
-# define handle_dynamic_tick(a) do { } while (0)
-#endif
-
#ifdef CONFIG_SMP
#if defined(CONFIG_GENERIC_PENDING_IRQ) || defined(CONFIG_IRQBALANCE)