diff options
author | Arnd Bergmann <arnd@arndb.de> | 2015-01-13 12:46:31 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2015-12-01 21:44:33 +0100 |
commit | 84f45ee9d7f08cc0c0f9276573e1bdf53ccdd58b (patch) | |
tree | 0d9eb367af29d614173ed6c302c05afe45fee548 /tools | |
parent | 377524dc4d77f50e19392d619f531cc3c9435d1b (diff) | |
download | linux-84f45ee9d7f08cc0c0f9276573e1bdf53ccdd58b.tar.gz linux-84f45ee9d7f08cc0c0f9276573e1bdf53ccdd58b.tar.bz2 linux-84f45ee9d7f08cc0c0f9276573e1bdf53ccdd58b.zip |
ARM: mmp: avoid unused functions
mach-mmp/devices.c:81:21: warning: 'u2o_get' defined but not used [-Wunused-function]
static unsigned int u2o_get(void __iomem *base, unsigned int offset)
^
mach-mmp/devices.c:86:13: warning: 'u2o_set' defined but not used [-Wunused-function]
static void u2o_set(void __iomem *base, unsigned int offset,
^
mach-mmp/devices.c:97:13: warning: 'u2o_clear' defined but not used [-Wunused-function]
static void u2o_clear(void __iomem *base, unsigned int offset,
^
mach-mmp/devices.c:108:13: warning: 'u2o_write' defined but not used [-Wunused-function]
static void u2o_write(void __iomem *base, unsigned int offset,
^
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions