diff options
| author | Arnd Bergmann <arnd@arndb.de> | 2022-09-28 18:09:42 +0300 |
|---|---|---|
| committer | Arnd Bergmann <arnd@arndb.de> | 2023-01-09 19:00:54 +0300 |
| commit | 6aeb51c1035c1c9dd666897892d5cb168933ce7b (patch) | |
| tree | 489c615f7435fd547c5d978d0b9ba61d9988b62e /include/linux/platform_data | |
| parent | d2200da9e6dec280b0ed02e76d5e9e71573eea1e (diff) | |
| download | linux-6aeb51c1035c1c9dd666897892d5cb168933ce7b.tar.xz | |
ARM: omap2: make functions static
A number of functions are only called from the file they
are defined in, so remove the extern declarations and
make them local to those files.
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/voltage-omap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/platform_data/voltage-omap.h b/include/linux/platform_data/voltage-omap.h index 43e8da9fb447..6d74e507dbd2 100644 --- a/include/linux/platform_data/voltage-omap.h +++ b/include/linux/platform_data/voltage-omap.h @@ -29,7 +29,6 @@ struct omap_volt_data { struct voltagedomain; struct voltagedomain *voltdm_lookup(const char *name); -int voltdm_scale(struct voltagedomain *voltdm, unsigned long target_volt); unsigned long voltdm_get_voltage(struct voltagedomain *voltdm); struct omap_volt_data *omap_voltage_get_voltdata(struct voltagedomain *voltdm, unsigned long volt); |
