From: Grygorii Strashko Date: Mon, 1 Dec 2014 15:34:03 +0000 (+0200) Subject: i2c: davinci: switch to use platform_get_irq X-Git-Tag: omap-for-v3.19/fixes-rc1~91^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c6ef04ffaf7eaad1e2d1d196591fe361f9c9872;p=pandora-kernel.git i2c: davinci: switch to use platform_get_irq Switch Davinci I2C driver to use platform_get_irq(), because it is not recommened to use platform_get_resource(pdev, IORESOURCE_IRQ, ..) for requesting IRQ resources any more, as they can be not ready yet in case of DT-boot. Acked-by: Uwe Kleine-König Signed-off-by: Grygorii Strashko Signed-off-by: Wolfram Sang --- Reading git-diff-tree failed