From: Kevin Hilman Date: Tue, 17 May 2011 14:31:37 +0000 (+0200) Subject: I2C: OMAP: remove unneccesary use of pdev X-Git-Tag: v3.2-rc1~100^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f4b08eeeedd90d97c8c581d048074e0c2643bec;p=pandora-kernel.git I2C: OMAP: remove unneccesary use of pdev A pointer to the struct device associated with the i2c device is already kept in the struct omap_i2c_dev, so use omap_i2c_device to find the pointer to struct device. Reviewed-by: Felipe Balbi Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed