ARM: at91: Remove hardware.h included in configs
authorWenyou Yang <wenyou.yang@atmel.com>
Thu, 14 Sep 2017 03:07:42 +0000 (11:07 +0800)
committerTom Rini <trini@konsulko.com>
Thu, 14 Sep 2017 20:02:47 +0000 (16:02 -0400)
commite61ed48ff5d530e3c8adf435c57cde9936295f5e
treebee232632720f0b7f25473aeffa51df3d47dfc34
parent22693376144cbbe2547f60a6aa48fb56cf8247d1
ARM: at91: Remove hardware.h included in configs

As said in READRE.kconfig, include/configs/*.h will be removed
after all options are switched to Kconfig. As the first step,
remove the follow line from include/configs/*.h.

 #include <asm/hardware.h>

Signed-off-by: Wenyou Yang <wenyou.yang@microchip.com>
16 files changed:
arch/arm/mach-at91/atmel_sfr.c
arch/arm/mach-at91/matrix.c
arch/arm/mach-at91/phy.c
drivers/pinctrl/pinctrl-at91.c
include/configs/at91-sama5_common.h
include/configs/at91sam9m10g45ek.h
include/configs/at91sam9n12ek.h
include/configs/at91sam9x5ek.h
include/configs/ma5d4evk.h
include/configs/sama5d2_ptc.h
include/configs/sama5d2_xplained.h
include/configs/sama5d3_xplained.h
include/configs/sama5d3xek.h
include/configs/sama5d4_xplained.h
include/configs/sama5d4ek.h
include/configs/vinco.h