diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/ethernet/8390/etherh.c | 1 | ||||
-rw-r--r-- | drivers/tty/serial/21285.c | 1 | ||||
-rw-r--r-- | drivers/watchdog/wdt285.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/ethernet/8390/etherh.c b/drivers/net/ethernet/8390/etherh.c index 48c4948750d1..a45b0d8a9f12 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 f899996b4363..a44345a2dbb4 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 f55135662d78..658a36d9b5a2 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 | /* |