diff options
author | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> | 2016-11-28 10:45:07 -0500 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2017-02-13 04:29:40 -0500 |
commit | b3b66158513edc4b8613ad83600809847739a51b (patch) | |
tree | 13a7515801037a25c3e10bb52d34dcd17cf0b810 | |
parent | ea1628e856b4c383609127b03767e8dfcbb5f94f (diff) |
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>
-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 @@ | |||
17 | #include <linux/regmap.h> | 17 | #include <linux/regmap.h> |
18 | #include <linux/pm.h> | 18 | #include <linux/pm.h> |
19 | 19 | ||
20 | struct wm_arizona; | ||
21 | |||
22 | extern const struct regmap_config wm5102_i2c_regmap; | 20 | extern const struct regmap_config wm5102_i2c_regmap; |
23 | extern const struct regmap_config wm5102_spi_regmap; | 21 | extern const struct regmap_config wm5102_spi_regmap; |
24 | 22 | ||