https://universe.0xinfinity.dev/distro/kernel/atom?h=master
2016-08-15T18:52:55ZARM: realview: delete the RealView board files2016-08-15T18:52:55ZLinus Walleijlinus.walleij@linaro.org2016-02-25T10:26:07Zurn: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 files2015-12-18T13:09:45ZArnd Bergmannarnd@arndb.de2015-11-25T16:32:23Zurn: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 local2015-12-18T13:09:34ZArnd Bergmannarnd@arndb.de2015-11-25T16:32:22Zurn: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>