OSDN Git Service

i2c: omap: switch to platform_get_irq()
authorFelipe Balbi <balbi@ti.com>
Wed, 12 Sep 2012 10:58:05 +0000 (16:28 +0530)
committerWolfram Sang <w.sang@pengutronix.de>
Wed, 12 Sep 2012 13:02:57 +0000 (15:02 +0200)
commitac79e4b24972c69debef90a5e16b145e59222388
treec1db2f436a05e9f8b3ba69fddebce1f0c5955832
parent1d7afc95946487945cc7f5019b41255b72224b70
i2c: omap: switch to platform_get_irq()

that's a nice helper from drivers core which
will give us the exact IRQ number, instead
of a pointer to an IRQ resource.

Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Shubhrajyoti D <shubhrajyoti@ti.com>
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
drivers/i2c/busses/i2c-omap.c