[IA64] Move local_softirq_pending() definition
authorTony Luck <tony.luck@intel.com>
Mon, 20 Sep 2010 20:15:07 +0000 (13:15 -0700)
committerTony Luck <tony.luck@intel.com>
Mon, 20 Sep 2010 20:15:07 +0000 (13:15 -0700)
Ugly #include dependencies. We need to have local_softirq_pending()
defined before it gets used in <linux/interrupt.h>. But <asm/hardirq.h>
provides the definition *after* this #include chain:
  <linux/irq.h>
    <asm/irq.h>
      <asm/hw_irq.h>
        <linux/interrupt.h>

Signed-off-by: Tony Luck <tony.luck@intel.com>

No differences found