mirror of https://gitee.com/openkylin/linux.git
mfd: madera: Remove unused forward reference
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> Signed-off-by: Lee Jones <lee.jones@linaro.org>
This commit is contained in:
parent
75a11072c4
commit
6360e40f42
|
@ -24,7 +24,6 @@
|
|||
|
||||
struct gpio_desc;
|
||||
struct pinctrl_map;
|
||||
struct madera_irqchip_pdata;
|
||||
struct madera_codec_pdata;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue