summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-versatile/integrator_ap.c
Commit message (Collapse)AuthorAgeFilesLines
* integrator: remove empty ap_init_early()Arnd Bergmann2022-04-221-5/+0
| | | | | | | | | | | | | 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>
* ARM: versatile: move integrator/realview/vexpress to versatileArnd Bergmann2022-04-041-0/+200
These are all fairly small platforms by now, and they are closely related. Just move them all into a single directory. Cc: Linus Walleij <linus.walleij@linaro.org> Cc: Liviu Dudau <liviu.dudau@arm.com> Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> Tested-by: Sudeep Holla <sudeep.holla@arm.com> Acked-by: Sudeep Holla <sudeep.holla@arm.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>