of/irq: remove references to NO_IRQ in drivers/of/platform.c
authorAndres Salomon <dilinger@queued.net>
Mon, 11 Oct 2010 03:35:05 +0000 (21:35 -0600)
committerGrant Likely <grant.likely@secretlab.ca>
Wed, 13 Oct 2010 03:58:27 +0000 (21:58 -0600)
Instead of referencing NO_IRQ in platform.c, define some helper functions
in irq.c to call instead from platform.c.  Keep NO_IRQ usage local to
irq.c, and define NO_IRQ if not defined in headers.

Signed-off-by: Andres Salomon <dilinger@queued.net>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>

No differences found