diff options
author | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> | 2016-11-28 15:45:07 +0000 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2017-02-13 09:29:40 +0000 |
commit | b3b66158513edc4b8613ad83600809847739a51b (patch) | |
tree | 13a7515801037a25c3e10bb52d34dcd17cf0b810 /drivers/mfd | |
parent | ea1628e856b4c383609127b03767e8dfcbb5f94f (diff) | |
download | linux-exynos-b3b66158513edc4b8613ad83600809847739a51b.tar.gz linux-exynos-b3b66158513edc4b8613ad83600809847739a51b.tar.bz2 linux-exynos-b3b66158513edc4b8613ad83600809847739a51b.zip |
mfd: arizona: Remove totally unused forward declaration
This declaration has never been used and is likely some left over from
early prototypes of the code, just remove it.
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/arizona.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mfd/arizona.h b/drivers/mfd/arizona.h index 198e9cea77f9..a0bddc5bd043 100644 --- a/drivers/mfd/arizona.h +++ b/drivers/mfd/arizona.h @@ -17,8 +17,6 @@ #include <linux/regmap.h> #include <linux/pm.h> -struct wm_arizona; - extern const struct regmap_config wm5102_i2c_regmap; extern const struct regmap_config wm5102_spi_regmap; |