Re: [PATCH V2 1/5] i2c: tegra: remove unused member variable

2012-07-12 Thread Wolfram Sang
On Tue, Jul 10, 2012 at 05:10:21PM +0530, Laxman Dewangan wrote: > Remove unused member variable "iomem" of the > i2c device structure. > > This variable becomes unused when converted all allocation > to devm_* in following change: > i2c: tegra: make all resource allocation through devm_* > >

[PATCH V2 1/5] i2c: tegra: remove unused member variable

2012-07-10 Thread Laxman Dewangan
Remove unused member variable "iomem" of the i2c device structure. This variable becomes unused when converted all allocation to devm_* in following change: i2c: tegra: make all resource allocation through devm_* Signed-off-by: Laxman Dewangan --- This patch is resend of earlier patch i2c: