From: Charles Keepax Date: Mon, 28 Nov 2016 15:45:07 +0000 (+0000) Subject: mfd: arizona: Remove totally unused forward declaration X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b3b66158513edc4b8613ad83600809847739a51b;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git 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 Signed-off-by: Lee Jones --- 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 #include -struct wm_arizona; - extern const struct regmap_config wm5102_i2c_regmap; extern const struct regmap_config wm5102_spi_regmap;