aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2012-03-28 13:30:01 -0400
committerDavid Howells <dhowells@redhat.com>2012-03-28 13:30:01 -0400
commit9f97da78bf018206fb623cd351d454af2f105fe0 (patch)
tree509971bf0d93f56d7ad182bdad3c89886f7ce675 /drivers
parent15d07dc9c59eae51219c40253bdf920f62bb10f2 (diff)
Disintegrate asm/system.h for ARM
Disintegrate asm/system.h for ARM. Signed-off-by: David Howells <dhowells@redhat.com> cc: Russell King <linux@arm.linux.org.uk> cc: linux-arm-kernel@lists.infradead.org
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/ethernet/8390/etherh.c1
-rw-r--r--drivers/tty/serial/21285.c1
-rw-r--r--drivers/watchdog/wdt285.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/ethernet/8390/etherh.c b/drivers/net/ethernet/8390/etherh.c
index 48c4948750d..a45b0d8a9f1 100644
--- a/drivers/net/ethernet/8390/etherh.c
+++ b/drivers/net/ethernet/8390/etherh.c
@@ -48,6 +48,7 @@
48#include <asm/system.h> 48#include <asm/system.h>
49#include <asm/ecard.h> 49#include <asm/ecard.h>
50#include <asm/io.h> 50#include <asm/io.h>
51#include <asm/system_info.h>
51 52
52#define EI_SHIFT(x) (ei_local->reg_offset[x]) 53#define EI_SHIFT(x) (ei_local->reg_offset[x])
53 54
diff --git a/drivers/tty/serial/21285.c b/drivers/tty/serial/21285.c
index f899996b436..a44345a2dbb 100644
--- a/drivers/tty/serial/21285.c
+++ b/drivers/tty/serial/21285.c
@@ -16,6 +16,7 @@
16 16
17#include <asm/irq.h> 17#include <asm/irq.h>
18#include <asm/mach-types.h> 18#include <asm/mach-types.h>
19#include <asm/system_info.h>
19#include <asm/hardware/dec21285.h> 20#include <asm/hardware/dec21285.h>
20#include <mach/hardware.h> 21#include <mach/hardware.h>
21 22
diff --git a/drivers/watchdog/wdt285.c b/drivers/watchdog/wdt285.c
index f55135662d7..658a36d9b5a 100644
--- a/drivers/watchdog/wdt285.c
+++ b/drivers/watchdog/wdt285.c
@@ -32,6 +32,7 @@
32#include <mach/hardware.h> 32#include <mach/hardware.h>
33 33
34#include <asm/mach-types.h> 34#include <asm/mach-types.h>
35#include <asm/system_info.h>
35#include <asm/hardware/dec21285.h> 36#include <asm/hardware/dec21285.h>
36 37
37/* 38/*