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 /fs/ext4/page-io.c | |
parent | 0cd47616cfbb1422e24414daa5a96637fc5aa663 (diff) | |
download | linux-0e7add1e20a0eb7ca3d0576e4a785192f53f5fa5.tar.bz2 |
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 'fs/ext4/page-io.c')
0 files changed, 0 insertions, 0 deletions