https://universe.0xinfinity.dev/distro/kernel/atom?h=master 2016-08-15T18:52:55Z ARM: realview: delete the RealView board files 2016-08-15T18:52:55Z Linus Walleij linus.walleij@linaro.org 2016-02-25T10:26:07Z urn:sha1:7484c727b636a838818e71f6d03114633b25aba2 The device tree boot is now feature-complete and fully working, so remove all the RealView board files. Move the remaining realview_cpu_die() function frome "core.h" to the new "hotplug.h" and leave just a minimal device tree core. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> ARM: realview: clean up header files 2015-12-18T13:09:45Z Arnd Bergmann arnd@arndb.de 2015-11-25T16:32:23Z urn:sha1:38d2cfcc8d91e8c666ae15f2fdc23830b8ce9c94 This contains multiple trivial cleanups to the realview headers: - removing the file names from the introductory comment - removing the uncompress.h header that is unused - removing the irqs.h header and NR_IRQS logic that is obsoleted by sparse IRQs Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> ARM: realview: make all header files local 2015-12-18T13:09:34Z Arnd Bergmann arnd@arndb.de 2015-11-25T16:32:22Z urn:sha1:6d407a6eac8378c45a09a3c071d6f1ed31d938e9 Nothing includes these files any more, so we can simply move them from arch/arm/mach-realview/include/mach/ to arch/arm/mach-realview. Signed-off-by: Arnd Bergmann <arnd@arndb.de> [Two fixes added to make everything compile] Signed-off-by: Linus Walleij <linus.walleij@linaro.org>