diff options
author | Alessandro Rubini <rubini@gnudd.com> | 2012-06-24 07:46:37 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-06-28 12:14:36 -0400 |
commit | cb70706c822c06d727b04b2786f6788dbed4ad1e (patch) | |
tree | 451c54c8a8adb83ea4bbe9a7ad759cdf6de5278f | |
parent | 158e8bfe802f730f9ea7cde32eee8b43285bdd4a (diff) |
ARM: 7433/1: serial: use the new linux/sizes.h
Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
Acked-by: Giancarlo Asnaghi <giancarlo.asnaghi@st.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
-rw-r--r-- | drivers/tty/serial/amba-pl011.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/amba-pl011.c b/drivers/tty/serial/amba-pl011.c index 4ad721fb8405..d394b9330b0c 100644 --- a/drivers/tty/serial/amba-pl011.c +++ b/drivers/tty/serial/amba-pl011.c | |||
@@ -53,9 +53,9 @@ | |||
53 | #include <linux/delay.h> | 53 | #include <linux/delay.h> |
54 | #include <linux/types.h> | 54 | #include <linux/types.h> |
55 | #include <linux/pinctrl/consumer.h> | 55 | #include <linux/pinctrl/consumer.h> |
56 | #include <linux/sizes.h> | ||
56 | 57 | ||
57 | #include <asm/io.h> | 58 | #include <asm/io.h> |
58 | #include <asm/sizes.h> | ||
59 | 59 | ||
60 | #define UART_NR 14 | 60 | #define UART_NR 14 |
61 | 61 | ||