diff options
author | Charles Keepax <ckeepax@opensource.cirrus.com> | 2020-06-15 14:53:22 +0100 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2020-06-18 11:23:15 +0100 |
commit | 7f8a137f736f7366820c485c5a0d34d65b9d0125 (patch) | |
tree | 1fb1aa608bcf6e0ff2e1320ef26bde6170c0277b | |
parent | ddff6c45b21d0437ce0c85f8ac35d7b5480513d7 (diff) | |
download | linux-7f8a137f736f7366820c485c5a0d34d65b9d0125.tar.gz linux-7f8a137f736f7366820c485c5a0d34d65b9d0125.tar.bz2 linux-7f8a137f736f7366820c485c5a0d34d65b9d0125.zip |
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 <ckeepax@opensource.cirrus.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
-rw-r--r-- | include/linux/mfd/madera/pdata.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 |