From: Andrew Morton x86_64: drivers/parport/parport_ax88796.c: In function 'parport_ax88796_probe': drivers/parport/parport_ax88796.c:287: error: 'NO_IRQ' undeclared (first use in this function) drivers/parport/parport_ax88796.c:287: error: (Each undeclared identifier is reported only once drivers/parport/parport_ax88796.c:287: error: for each function it appears in.) Cc: Ben Dooks Signed-off-by: Andrew Morton --- drivers/parport/parport_ax88796.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/parport/parport_ax88796.c~ax88796-parallel-port-driver-build-fix drivers/parport/parport_ax88796.c --- devel/drivers/parport/parport_ax88796.c~ax88796-parallel-port-driver-build-fix 2006-05-28 23:34:19.000000000 -0700 +++ devel-akpm/drivers/parport/parport_ax88796.c 2006-05-28 23:34:19.000000000 -0700 @@ -284,7 +284,7 @@ static int parport_ax88796_probe(struct struct resource *res; unsigned long size; int spacing; - int irq = NO_IRQ; + int irq; int ret; dd = kzalloc(sizeof(struct ax_drvdata), GFP_KERNEL); _