microblaze: Remove NO_IRQ from architecture

NO_IRQ shouldn't be used by any driver. All Microblaze
drivers are fixed that's why NO_IRQ can be removed.

Also fix pci-common.c which has references to NO_IRQ removed.

Signed-off-by: Michal Simek <monstr@monstr.eu>
Reviewed-by: Ryan Mallon <rmallon@gmail.com>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
CC: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
Michal Simek
2011-12-21 13:10:24 +01:00
parent be3bad6f5e
commit 18e3b1075b
2 changed files with 2 additions and 4 deletions

View File

@@ -27,8 +27,6 @@ typedef unsigned long irq_hw_number_t;
extern unsigned int nr_irq;
#define NO_IRQ 0
struct pt_regs;
extern void do_IRQ(struct pt_regs *regs);