mfd: ti_am335x_tscadc: Rename regmap_tscadc to regmap

The regmap structure pointer is named regmap_tscadc, this is not
consistent with other drivers and is redundant, it also contributes
to several checkpatch warnings involving long lines. Rename this.

Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
This commit is contained in:
Andrew F. Davis
2016-06-08 10:54:35 -05:00
committed by Lee Jones
parent a318b7d0fa
commit 0d3a7cce3e
2 changed files with 19 additions and 19 deletions

View File

@@ -153,7 +153,7 @@
struct ti_tscadc_dev {
struct device *dev;
struct regmap *regmap_tscadc;
struct regmap *regmap;
void __iomem *tscadc_base;
int irq;
int used_cells; /* 1-2 */