diff options
author | Arnd Bergmann <arnd@arndb.de> | 2012-05-11 14:18:22 (GMT) |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-05-11 14:18:22 (GMT) |
commit | 86822f816fc9a42fd210e35d4881e988406497c0 (patch) | |
tree | 3bed5cb7891ef73eea4c58bdf105b98f4ff77a4a /drivers/tty | |
parent | d211093fbad99e6c38e168f71ca2ede64a51fe58 (diff) | |
parent | 304b2c684e42af5b72d643322f783d88538dc817 (diff) | |
download | linux-86822f816fc9a42fd210e35d4881e988406497c0.tar.xz |
Merge branch 'clps711x/cleanup' into next/cleanup
A single patch from Alexander Shiyan <shc_work@mail.ru>:
* clps711x/cleanup:
ARM: clps711x: Using a single definition for the PHYS and VIRT registers offset
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/tty')
-rw-r--r-- | drivers/tty/serial/clps711x.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/serial/clps711x.c b/drivers/tty/serial/clps711x.c index 836fe273..d0f719f 100644 --- a/drivers/tty/serial/clps711x.c +++ b/drivers/tty/serial/clps711x.c @@ -40,7 +40,6 @@ #include <mach/hardware.h> #include <asm/irq.h> -#include <asm/hardware/clps7111.h> #define UART_NR 2 |