diff options
author | Nishanth Menon <nm@ti.com> | 2011-01-03 12:58:29 -0600 |
---|---|---|
committer | Kevin Hilman <khilman@ti.com> | 2011-01-07 13:33:07 -0800 |
commit | c84ff1cc48fa41ea1b86f76f61dd4767f1adb0cd (patch) | |
tree | 987dc0d3a19103bb51164df60063af5676492143 /arch/arm/plat-omap/gpio.c | |
parent | d0eadf6d10923a46609b682bb12657fdfc1afc18 (diff) | |
download | lwn-c84ff1cc48fa41ea1b86f76f61dd4767f1adb0cd.tar.gz lwn-c84ff1cc48fa41ea1b86f76f61dd4767f1adb0cd.zip |
OMAP2+: TWL: make conversion routines static
The uv_to_vsel, vsel_to_uv functions don't need to be exposed to the
world as they are used as function pointers. make them static.
Fixes sparse warnings:
arch/arm/mach-omap2/omap_twl.c:63:15: warning: symbol 'twl4030_vsel_to_uv' was not declared. Should it be static?
arch/arm/mach-omap2/omap_twl.c:68:4: warning: symbol 'twl4030_uv_to_vsel' was not declared. Should it be static?
arch/arm/mach-omap2/omap_twl.c:73:15: warning: symbol 'twl6030_vsel_to_uv' was not declared. Should it be static?
arch/arm/mach-omap2/omap_twl.c:105:4: warning: symbol 'twl6030_uv_to_vsel' was not declared. Should it be static?
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Kevin Hilman <khilman@ti.com>
Diffstat (limited to 'arch/arm/plat-omap/gpio.c')
0 files changed, 0 insertions, 0 deletions