diff options
author | Arnd Bergmann <arnd@arndb.de> | 2022-04-22 15:56:59 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-04-22 15:57:01 +0200 |
commit | 0e7add1e20a0eb7ca3d0576e4a785192f53f5fa5 (patch) | |
tree | b7bcc72ba5014a22356251c307afbd48cda53bb8 /arch/arm/mach-davinci/board-dm646x-evm.c | |
parent | Merge branch 'omap1/multiplatform-prep' of git://git.kernel.org/pub/scm/linux... (diff) | |
download | linux-0e7add1e20a0eb7ca3d0576e4a785192f53f5fa5.tar.xz linux-0e7add1e20a0eb7ca3d0576e4a785192f53f5fa5.zip |
integrator: remove empty ap_init_early()
The ap_init_early function is defined a global but has no declaration,
so it produces a warning:
arch/arm/mach-versatile/integrator_ap.c:148:13: warning: no previous prototype for 'ap_init_early' [-Wmissing-prototypes
The function could be made 'static' but since it's empty, we can
just remove it.
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-davinci/board-dm646x-evm.c')
0 files changed, 0 insertions, 0 deletions