aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-at91/phy.c
diff options
context:
space:
mode:
authorWenyou Yang <wenyou.yang@atmel.com>2017-09-14 11:07:42 +0800
committerTom Rini <trini@konsulko.com>2017-09-14 16:02:47 -0400
commite61ed48ff5d530e3c8adf435c57cde9936295f5e (patch)
treebee232632720f0b7f25473aeffa51df3d47dfc34 /arch/arm/mach-at91/phy.c
parent22693376144cbbe2547f60a6aa48fb56cf8247d1 (diff)
downloadu-boot-e61ed48ff5d530e3c8adf435c57cde9936295f5e.zip
u-boot-e61ed48ff5d530e3c8adf435c57cde9936295f5e.tar.gz
u-boot-e61ed48ff5d530e3c8adf435c57cde9936295f5e.tar.bz2
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>
Diffstat (limited to 'arch/arm/mach-at91/phy.c')
-rw-r--r--arch/arm/mach-at91/phy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/phy.c b/arch/arm/mach-at91/phy.c
index ddd70f5..adb761e 100644
--- a/arch/arm/mach-at91/phy.c
+++ b/arch/arm/mach-at91/phy.c
@@ -13,6 +13,7 @@
*/
#include <common.h>
+#include <asm/hardware.h>
#include <asm/io.h>
#include <linux/sizes.h>
#include <asm/arch/at91_rstc.h>