projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea1628e
)
mfd: arizona: Remove totally unused forward declaration
author
Charles Keepax
<ckeepax@opensource.wolfsonmicro.com>
Mon, 28 Nov 2016 15:45:07 +0000
(15:45 +0000)
committer
Lee Jones
<lee.jones@linaro.org>
Mon, 13 Feb 2017 09:29:40 +0000
(09:29 +0000)
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>
drivers/mfd/arizona.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mfd/arizona.h
b/drivers/mfd/arizona.h
index 198e9cea77f9cdb9dce5540e0ec472c5276645bf..a0bddc5bd043aaceb4561a2b886d769b2b9a0e67 100644
(file)
--- 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;