summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
diff options
context:
space:
mode:
authorReinhard Meyer <u-boot@emk-elektronik.de>2010-11-07 13:26:14 +0100
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-05-18 07:56:51 +0200
commit86592f60595f5dcebde01c9a4135485fbf2a61d6 (patch)
tree578f9d468bb622b69b3836b80ff2364dfddfaec3 /drivers/rtc
parent60af56803878ab35598fe4267ff55e7471148999 (diff)
downloadtalos-obmc-uboot-86592f60595f5dcebde01c9a4135485fbf2a61d6.tar.gz
talos-obmc-uboot-86592f60595f5dcebde01c9a4135485fbf2a61d6.zip
AT91: change includes from asm/arch/io.h to asm/io.h
and remove the now unused asm/arch-at91/io.h Signed-off-by: Reinhard Meyer <u-boot@emk-elektronik.de>
Diffstat (limited to 'drivers/rtc')
-rw-r--r--drivers/rtc/at91sam9_rtt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/at91sam9_rtt.c b/drivers/rtc/at91sam9_rtt.c
index ed44016078..ff4acb57e4 100644
--- a/drivers/rtc/at91sam9_rtt.c
+++ b/drivers/rtc/at91sam9_rtt.c
@@ -38,9 +38,9 @@
#include <common.h>
#include <command.h>
#include <rtc.h>
+#include <asm/io.h>
#include <asm/errno.h>
#include <asm/arch/hardware.h>
-#include <asm/arch/io.h>
#include <asm/arch/at91_rtt.h>
#include <asm/arch/at91_gpbr.h>
OpenPOWER on IntegriCloud