summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2018-11-05 12:42:04 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2018-11-06 09:39:21 +0100
commit393bba8aaba461bcaef88772f23987bee224bbda (patch)
tree50f95e3535a5b9b923964b7cb6a83e3dcf586a0d /drivers/clocksource
parentf0d8a2ed06f79e9fb9d4a4cd9d0bf08252a2ad18 (diff)
downloadbarebox-393bba8aaba461bcaef88772f23987bee224bbda.tar.gz
barebox-393bba8aaba461bcaef88772f23987bee224bbda.tar.xz
ARM: at91: remove mach/io.h
Remove at91_sys_read() and at91_sys_write() since these are no longer used. This makes mach/io.h empty so remove that aswell. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/clocksource')
-rw-r--r--drivers/clocksource/timer-atmel-pit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clocksource/timer-atmel-pit.c b/drivers/clocksource/timer-atmel-pit.c
index 947a1e7f49..40895847f0 100644
--- a/drivers/clocksource/timer-atmel-pit.c
+++ b/drivers/clocksource/timer-atmel-pit.c
@@ -30,7 +30,6 @@
#include <clock.h>
#include <mach/hardware.h>
#include <mach/at91_pit.h>
-#include <mach/io.h>
#include <io.h>
#include <linux/clk.h>
#include <linux/err.h>