From: Charles Keepax Date: Mon, 15 Jun 2020 13:53:22 +0000 (+0100) Subject: mfd: madera: Remove unused forward declaration of madera_codec_pdata X-Git-Tag: howlett/maple_spf/20210104~1219^2~68 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=7f8a137f736f7366820c485c5a0d34d65b9d0125;p=users%2Fjedix%2Flinux-maple.git mfd: madera: Remove unused forward declaration of madera_codec_pdata This forward declaration is redundant since the header including the full data structure is included. Signed-off-by: Charles Keepax Signed-off-by: Lee Jones --- diff --git a/include/linux/mfd/madera/pdata.h b/include/linux/mfd/madera/pdata.h index fa9595dd42ba..601cbbc10370 100644 --- a/include/linux/mfd/madera/pdata.h +++ b/include/linux/mfd/madera/pdata.h @@ -21,7 +21,6 @@ struct gpio_desc; struct pinctrl_map; -struct madera_codec_pdata; /** * struct madera_pdata - Configuration data for Madera devices