diff options
| author | 2020-06-15 14:53:22 +0100 | |
|---|---|---|
| committer | 2020-06-18 11:23:15 +0100 | |
| commit | 7f8a137f736f7366820c485c5a0d34d65b9d0125 (patch) | |
| tree | 1fb1aa608bcf6e0ff2e1320ef26bde6170c0277b /include/linux/mfd/madera | |
| parent | mfd: arizona: Ensure 32k clock is put on driver unbind and error (diff) | |
| download | linux-dev-7f8a137f736f7366820c485c5a0d34d65b9d0125.tar.xz linux-dev-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>
Diffstat (limited to 'include/linux/mfd/madera')
| -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 |
