now that we pass IRQ via struct resource, we can simply use it. Signed-off-by: Felipe Balbi <balbi@xxxxxx> --- drivers/cbus/retu-pwrbutton.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/cbus/retu-pwrbutton.c b/drivers/cbus/retu-pwrbutton.c index 24efdee..593a73a 100644 --- a/drivers/cbus/retu-pwrbutton.c +++ b/drivers/cbus/retu-pwrbutton.c @@ -83,7 +83,7 @@ static int __init retubutton_probe(struct platform_device *pdev) goto err0; } - pwr->irq = CBUS_RETU_IRQ_BASE + RETU_INT_PWR; + pwr->irq = platform_get_irq(pdev, 0); platform_set_drvdata(pdev, pwr); ret = request_threaded_irq(pwr->irq, NULL, retubutton_irq, 0, -- 1.7.4.rc2 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html