net/at91_ether: use gpio_to_irq for phy IRQ line
authorNicolas Ferre <nicolas.ferre@atmel.com>
Thu, 26 Apr 2012 00:30:43 +0000 (00:30 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 29 Apr 2012 01:48:39 +0000 (21:48 -0400)
Use the gpio_to_irq() function to retrieve the phy IRQ line
from the GPIO pin specification.
This fix is needed now that we have moved to irqdomains on AT91.

Reported-by: Jamie Iles <jamie@jamieiles.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Cc: Andrew Victor <avictor.za@gmail.com>
Cc: David S. Miller <davem@davemloft.net>
Cc: netdev@vger.kernel.org
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found