public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mfd: madera: Remove unused forward reference
@ 2018-08-28  8:41 Richard Fitzgerald
  2018-09-10 15:28 ` Lee Jones
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Fitzgerald @ 2018-08-28  8:41 UTC (permalink / raw)
  To: lee.jones; +Cc: patches, linux-kernel, Richard Fitzgerald

The madera_irqchip_pdata struct was replaced by the irq_flags
member of struct madera_pdata so the forward reference is
obsolete.

Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com>
---
 include/linux/mfd/madera/pdata.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/linux/mfd/madera/pdata.h b/include/linux/mfd/madera/pdata.h
index 0b311f39c8f4..8dc852402dbb 100644
--- a/include/linux/mfd/madera/pdata.h
+++ b/include/linux/mfd/madera/pdata.h
@@ -24,7 +24,6 @@
 
 struct gpio_desc;
 struct pinctrl_map;
-struct madera_irqchip_pdata;
 struct madera_codec_pdata;
 
 /**
-- 
2.11.0


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

* Re: [PATCH] mfd: madera: Remove unused forward reference
  2018-08-28  8:41 [PATCH] mfd: madera: Remove unused forward reference Richard Fitzgerald
@ 2018-09-10 15:28 ` Lee Jones
  0 siblings, 0 replies; 2+ messages in thread
From: Lee Jones @ 2018-09-10 15:28 UTC (permalink / raw)
  To: Richard Fitzgerald; +Cc: patches, linux-kernel

On Tue, 28 Aug 2018, Richard Fitzgerald wrote:

> The madera_irqchip_pdata struct was replaced by the irq_flags
> member of struct madera_pdata so the forward reference is
> obsolete.
> 
> Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com>
> ---
>  include/linux/mfd/madera/pdata.h | 1 -
>  1 file changed, 1 deletion(-)

Applied, thanks.

-- 
Lee Jones [李琼斯]
Linaro Services Technical 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:[~2018-09-10 15:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-28  8:41 [PATCH] mfd: madera: Remove unused forward reference Richard Fitzgerald
2018-09-10 15:28 ` Lee Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox