summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/arizona.h
diff options
context:
space:
mode:
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>2016-11-28 15:45:07 +0000
committerLee Jones <lee.jones@linaro.org>2017-02-13 09:29:40 +0000
commitb3b66158513edc4b8613ad83600809847739a51b (patch)
tree13a7515801037a25c3e10bb52d34dcd17cf0b810 /drivers/mfd/arizona.h
parentea1628e856b4c383609127b03767e8dfcbb5f94f (diff)
downloadlinux-0-day-b3b66158513edc4b8613ad83600809847739a51b.tar.gz
linux-0-day-b3b66158513edc4b8613ad83600809847739a51b.tar.xz
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/arizona.h')
-rw-r--r--drivers/mfd/arizona.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mfd/arizona.h b/drivers/mfd/arizona.h
index 198e9cea77f9c..a0bddc5bd043a 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;