[SPARC64] power: Do not pass SA_SHIRQ to request_irq().
authorDavid S. Miller <davem@davemloft.net>
Thu, 29 Jun 2006 21:39:11 +0000 (14:39 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 29 Jun 2006 23:37:31 +0000 (16:37 -0700)
This needs to be a unique interrupt source because we do
not have a register or similar to poll to make sure the
IRQ is really for us.  We do not have any dev_id to pass
in anyways, and the generic IRQ layer is now enforcing
that when SA_SHIRQ is specified, dev_id must be non-NULL.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found