diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-09-21 05:18:58 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-11-16 06:35:29 -0500 |
commit | 6920b5a791bbb54810159fbf6acf2c6ae14cdd22 (patch) | |
tree | bd3a7b590abf7de56d9bef3478627df7be4c1d29 /drivers/tty | |
parent | ddffeb8c4d0331609ef2581d84de4d763607bd37 (diff) |
ARM: move serial_sa1100.h header file to linux/platform_data
This is really driver platform data, so move it to the appropriate
directory.
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/tty')
-rw-r--r-- | drivers/tty/serial/sa1100.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/sa1100.c b/drivers/tty/serial/sa1100.c index 2ca5959ec3fa..ecc1e16be623 100644 --- a/drivers/tty/serial/sa1100.c +++ b/drivers/tty/serial/sa1100.c | |||
@@ -29,6 +29,7 @@ | |||
29 | #include <linux/init.h> | 29 | #include <linux/init.h> |
30 | #include <linux/console.h> | 30 | #include <linux/console.h> |
31 | #include <linux/sysrq.h> | 31 | #include <linux/sysrq.h> |
32 | #include <linux/platform_data/sa11x0-serial.h> | ||
32 | #include <linux/platform_device.h> | 33 | #include <linux/platform_device.h> |
33 | #include <linux/tty.h> | 34 | #include <linux/tty.h> |
34 | #include <linux/tty_flip.h> | 35 | #include <linux/tty_flip.h> |
@@ -39,7 +40,6 @@ | |||
39 | #include <asm/irq.h> | 40 | #include <asm/irq.h> |
40 | #include <mach/hardware.h> | 41 | #include <mach/hardware.h> |
41 | #include <mach/irqs.h> | 42 | #include <mach/irqs.h> |
42 | #include <asm/mach/serial_sa1100.h> | ||
43 | 43 | ||
44 | /* We've been assigned a range on the "Low-density serial ports" major */ | 44 | /* We've been assigned a range on the "Low-density serial ports" major */ |
45 | #define SERIAL_SA1100_MAJOR 204 | 45 | #define SERIAL_SA1100_MAJOR 204 |