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

2012-07-10 Thread Shubhrajyoti Datta
Hi Laxman,

On Tue, Jul 10, 2012 at 4:50 PM, Laxman Dewangan  wrote:
> Remove unused member variable "iomem" of the
> i2c device structure.

You might want to mention the commit which removed the last usage etc.

>
> Signed-off-by: Laxman Dewangan 
> ---
> This patch is resend of earlier patch
>  i2c: tegra: remove unused member variable.
> and sending it as part fo series.
>
--
To unsubscribe from this list: send the line "unsubscribe linux-i2c" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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

2012-07-10 Thread Laxman Dewangan
Remove unused member variable "iomem" of the
i2c device structure.

Signed-off-by: Laxman Dewangan 
---
This patch is resend of earlier patch
 i2c: tegra: remove unused member variable.
and sending it as part fo series.

 drivers/i2c/busses/i2c-tegra.c |2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/drivers/i2c/busses/i2c-tegra.c b/drivers/i2c/busses/i2c-tegra.c
index f15cd49..00cdc10 100644
--- a/drivers/i2c/busses/i2c-tegra.c
+++ b/drivers/i2c/busses/i2c-tegra.c
@@ -119,7 +119,6 @@ enum msg_end_type {
  * @adapter: core i2c layer adapter information
  * @clk: clock reference for i2c controller
  * @i2c_clk: clock reference for i2c bus
- * @iomem: memory resource for registers
  * @base: ioremapped registers cookie
  * @cont_id: i2c controller id, used for for packet header
  * @irq: irq number of transfer complete interrupt
@@ -137,7 +136,6 @@ struct tegra_i2c_dev {
struct i2c_adapter adapter;
struct clk *clk;
struct clk *i2c_clk;
-   struct resource *iomem;
void __iomem *base;
int cont_id;
int irq;
-- 
1.7.1.1

--
To unsubscribe from this list: send the line "unsubscribe linux-i2c" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html