diff options
author | Arnd Bergmann <arnd@arndb.de> | 2015-12-29 14:40:00 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2017-07-27 22:57:44 +0200 |
commit | c1ae3f7c4b7c4ae0c83014969c99e8108e268e16 (patch) | |
tree | 8433cc828256031b14b91ed3e83bc105b87cd430 /arch/arm/mach-omap1 | |
parent | ARM: ixp4xx: use normal prototype for {read,write}s{b,w,l} (diff) | |
download | linux-c1ae3f7c4b7c4ae0c83014969c99e8108e268e16.tar.xz linux-c1ae3f7c4b7c4ae0c83014969c99e8108e268e16.zip |
ARM: sirf: mark sirfsoc_init_late as __maybe_unused
sirfsoc_init_late is called by each of the three individual
SoC definitions, but in a randconfig build, we can encounter
a situation where they are all disabled:
arch/arm/mach-prima2/common.c:18:123: warning: 'sirfsoc_init_late' defined but not used [-Wunused-function]
While that is not a useful configuration, the warning also
doesn't help, so this patch marks the function as __maybe_unused
to let the compiler know it is there intentionally.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-omap1')
0 files changed, 0 insertions, 0 deletions