diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2013-12-19 10:28:28 -0500 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-01-07 03:39:19 -0500 |
commit | 3466bd2273b81a0a29d0e134ba1c78b64b84f40b (patch) | |
tree | a3501ccf09a759a1ecf52db12d819eeab41bbc7b /include | |
parent | fb7f8ce3bcd12bdfa0940c96ba1d2eddba88d000 (diff) |
mfd: ti_am335x_tscadc: Make am335x_tsc_se_update() local
Since the "recent" changes, am335x_tsc_se_update() has no longer any
users outside of this file so make it local.
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mfd/ti_am335x_tscadc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mfd/ti_am335x_tscadc.h b/include/linux/mfd/ti_am335x_tscadc.h index d498d98f0c2c..1fe72199e670 100644 --- a/include/linux/mfd/ti_am335x_tscadc.h +++ b/include/linux/mfd/ti_am335x_tscadc.h | |||
@@ -176,7 +176,6 @@ static inline struct ti_tscadc_dev *ti_tscadc_dev_get(struct platform_device *p) | |||
176 | return *tscadc_dev; | 176 | return *tscadc_dev; |
177 | } | 177 | } |
178 | 178 | ||
179 | void am335x_tsc_se_update(struct ti_tscadc_dev *tsadc); | ||
180 | void am335x_tsc_se_set(struct ti_tscadc_dev *tsadc, u32 val); | 179 | void am335x_tsc_se_set(struct ti_tscadc_dev *tsadc, u32 val); |
181 | void am335x_tsc_se_clr(struct ti_tscadc_dev *tsadc, u32 val); | 180 | void am335x_tsc_se_clr(struct ti_tscadc_dev *tsadc, u32 val); |
182 | 181 | ||