diff options
author | David Howells <dhowells@redhat.com> | 2012-03-28 13:30:02 -0400 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2012-03-28 13:30:02 -0400 |
commit | b1a154dbf9ddbf396578642299ce75aa73d01763 (patch) | |
tree | 2db04ef58f3af63ed2ca6060a7bc18157acc8a7d /drivers/tty/serial/crisv10.c | |
parent | 6a846f3f821a252762897751fa0aeb68dda635f5 (diff) |
Disintegrate asm/system.h for CRIS
Disintegrate asm/system.h for CRIS.
Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Jesper Nilsson <jesper.nilsson@axis.com>
cc: linux-cris-kernel@axis.com
Diffstat (limited to 'drivers/tty/serial/crisv10.c')
-rw-r--r-- | drivers/tty/serial/crisv10.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tty/serial/crisv10.c b/drivers/tty/serial/crisv10.c index 23d791696879..90280ae18238 100644 --- a/drivers/tty/serial/crisv10.c +++ b/drivers/tty/serial/crisv10.c | |||
@@ -37,6 +37,7 @@ static char *serial_version = "$Revision: 1.25 $"; | |||
37 | #include <asm/system.h> | 37 | #include <asm/system.h> |
38 | 38 | ||
39 | #include <arch/svinto.h> | 39 | #include <arch/svinto.h> |
40 | #include <arch/system.h> | ||
40 | 41 | ||
41 | /* non-arch dependent serial structures are in linux/serial.h */ | 42 | /* non-arch dependent serial structures are in linux/serial.h */ |
42 | #include <linux/serial.h> | 43 | #include <linux/serial.h> |