diff options
| author | Andrew F. Davis <afd@ti.com> | 2016-06-08 11:54:35 -0400 |
|---|---|---|
| committer | Lee Jones <lee.jones@linaro.org> | 2016-06-29 05:14:39 -0400 |
| commit | 0d3a7cce3e8bc5c060b1f038984c10cb70289e1d (patch) | |
| tree | b5c635c1381113573eaaa367468efda7b00b3d38 /include/linux/mfd | |
| parent | a318b7d0fa9c28df057747d584caaac52115f026 (diff) | |
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>
Diffstat (limited to 'include/linux/mfd')
| -rw-r--r-- | include/linux/mfd/ti_am335x_tscadc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mfd/ti_am335x_tscadc.h b/include/linux/mfd/ti_am335x_tscadc.h index 1fd50dcfe47c..2567a87872b0 100644 --- a/include/linux/mfd/ti_am335x_tscadc.h +++ b/include/linux/mfd/ti_am335x_tscadc.h | |||
| @@ -153,7 +153,7 @@ | |||
| 153 | 153 | ||
| 154 | struct ti_tscadc_dev { | 154 | struct ti_tscadc_dev { |
| 155 | struct device *dev; | 155 | struct device *dev; |
| 156 | struct regmap *regmap_tscadc; | 156 | struct regmap *regmap; |
| 157 | void __iomem *tscadc_base; | 157 | void __iomem *tscadc_base; |
| 158 | int irq; | 158 | int irq; |
| 159 | int used_cells; /* 1-2 */ | 159 | int used_cells; /* 1-2 */ |
