Re: [PATCH] mfd: tps65218: Remove unused *rdev[] from struct tps65218

2014-04-16 Thread Lee Jones
On Tue, 15 Apr 2014, Axel Lin wrote:

> The *rdev[] is not used since commit 413be59e2f333
> "regulator: tps65218: Remove unnecessary regulator_unregister call".
> 
> Signed-off-by: Axel Lin 
> ---
>  include/linux/mfd/tps65218.h | 1 -
>  1 file changed, 1 deletion(-)

Applied, thanks.

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] mfd: tps65218: Remove unused *rdev[] from struct tps65218

2014-04-16 Thread Lee Jones
On Tue, 15 Apr 2014, Axel Lin wrote:

 The *rdev[] is not used since commit 413be59e2f333
 regulator: tps65218: Remove unnecessary regulator_unregister call.
 
 Signed-off-by: Axel Lin axel@ingics.com
 ---
  include/linux/mfd/tps65218.h | 1 -
  1 file changed, 1 deletion(-)

Applied, thanks.

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] mfd: tps65218: Remove unused *rdev[] from struct tps65218

2014-04-15 Thread Axel Lin
The *rdev[] is not used since commit 413be59e2f333
"regulator: tps65218: Remove unnecessary regulator_unregister call".

Signed-off-by: Axel Lin 
---
 include/linux/mfd/tps65218.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/linux/mfd/tps65218.h b/include/linux/mfd/tps65218.h
index d2e357d..2f9b593 100644
--- a/include/linux/mfd/tps65218.h
+++ b/include/linux/mfd/tps65218.h
@@ -267,7 +267,6 @@ struct tps65218 {
u32 irq_mask;
struct regmap_irq_chip_data *irq_data;
struct regulator_desc desc[TPS65218_NUM_REGULATOR];
-   struct regulator_dev *rdev[TPS65218_NUM_REGULATOR];
struct tps_info *info[TPS65218_NUM_REGULATOR];
struct regmap *regmap;
 };
-- 
1.8.3.2



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


[PATCH] mfd: tps65218: Remove unused *rdev[] from struct tps65218

2014-04-15 Thread Axel Lin
The *rdev[] is not used since commit 413be59e2f333
regulator: tps65218: Remove unnecessary regulator_unregister call.

Signed-off-by: Axel Lin axel@ingics.com
---
 include/linux/mfd/tps65218.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/linux/mfd/tps65218.h b/include/linux/mfd/tps65218.h
index d2e357d..2f9b593 100644
--- a/include/linux/mfd/tps65218.h
+++ b/include/linux/mfd/tps65218.h
@@ -267,7 +267,6 @@ struct tps65218 {
u32 irq_mask;
struct regmap_irq_chip_data *irq_data;
struct regulator_desc desc[TPS65218_NUM_REGULATOR];
-   struct regulator_dev *rdev[TPS65218_NUM_REGULATOR];
struct tps_info *info[TPS65218_NUM_REGULATOR];
struct regmap *regmap;
 };
-- 
1.8.3.2



--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/