summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/at91rm9200_devices.c
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 /arch/arm/mach-at91/at91rm9200_devices.c
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 'arch/arm/mach-at91/at91rm9200_devices.c')
-rw-r--r--arch/arm/mach-at91/at91rm9200_devices.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/at91rm9200_devices.c b/arch/arm/mach-at91/at91rm9200_devices.c
index 2563b6c834..f370160580 100644
--- a/arch/arm/mach-at91/at91rm9200_devices.c
+++ b/arch/arm/mach-at91/at91rm9200_devices.c
@@ -17,7 +17,6 @@
#include <mach/at91rm9200.h>
#include <mach/board.h>
#include <mach/iomux.h>
-#include <mach/io.h>
#include <mach/at91rm9200_mc.h>
#include <i2c/i2c-gpio.h>
#include <linux/sizes.h>