linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mfd: arizona: Remove totally unused forward declaration
@ 2016-11-28 15:45 Charles Keepax
  2017-01-03 14:38 ` Lee Jones
  0 siblings, 1 reply; 2+ messages in thread
From: Charles Keepax @ 2016-11-28 15:45 UTC (permalink / raw)
  To: lee.jones; +Cc: linux-kernel, patches

This declaration has never been used and is likely some left over from
early prototypes of the code, just remove it.

Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
---
 drivers/mfd/arizona.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/mfd/arizona.h b/drivers/mfd/arizona.h
index 198e9ce..a0bddc5 100644
--- a/drivers/mfd/arizona.h
+++ b/drivers/mfd/arizona.h
@@ -17,8 +17,6 @@
 #include <linux/regmap.h>
 #include <linux/pm.h>
 
-struct wm_arizona;
-
 extern const struct regmap_config wm5102_i2c_regmap;
 extern const struct regmap_config wm5102_spi_regmap;
 
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] mfd: arizona: Remove totally unused forward declaration
  2016-11-28 15:45 [PATCH] mfd: arizona: Remove totally unused forward declaration Charles Keepax
@ 2017-01-03 14:38 ` Lee Jones
  0 siblings, 0 replies; 2+ messages in thread
From: Lee Jones @ 2017-01-03 14:38 UTC (permalink / raw)
  To: Charles Keepax; +Cc: linux-kernel, patches

On Mon, 28 Nov 2016, Charles Keepax wrote:

> This declaration has never been used and is likely some left over from
> early prototypes of the code, just remove it.
> 
> Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
> ---
>  drivers/mfd/arizona.h | 2 --
>  1 file changed, 2 deletions(-)

Applied, thanks.

> diff --git a/drivers/mfd/arizona.h b/drivers/mfd/arizona.h
> index 198e9ce..a0bddc5 100644
> --- a/drivers/mfd/arizona.h
> +++ b/drivers/mfd/arizona.h
> @@ -17,8 +17,6 @@
>  #include <linux/regmap.h>
>  #include <linux/pm.h>
>  
> -struct wm_arizona;
> -
>  extern const struct regmap_config wm5102_i2c_regmap;
>  extern const struct regmap_config wm5102_spi_regmap;
>  

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-01-03 14:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-28 15:45 [PATCH] mfd: arizona: Remove totally unused forward declaration Charles Keepax
2017-01-03 14:38 ` Lee Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).