diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2012-12-03 22:23:32 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-01-16 11:00:38 +0400 |
commit | 463dcc42e4832150eb3de804682b924f9b73a91a (patch) | |
tree | 0cb164870ccbcd54ed00c7d8627322115d31a85e /drivers/tty/serial/sccnxp.c | |
parent | ec063899b7b308019afa9f5eb32f0a58a6c6ee53 (diff) | |
download | linux-463dcc42e4832150eb3de804682b924f9b73a91a.tar.xz |
serial: sccnxp: Rename header file to match functionality
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial/sccnxp.c')
-rw-r--r-- | drivers/tty/serial/sccnxp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/sccnxp.c b/drivers/tty/serial/sccnxp.c index 3a4c57e6ea1e..c864353352c5 100644 --- a/drivers/tty/serial/sccnxp.c +++ b/drivers/tty/serial/sccnxp.c @@ -25,7 +25,7 @@ #include <linux/tty_flip.h> #include <linux/spinlock.h> #include <linux/platform_device.h> -#include <linux/platform_data/sccnxp.h> +#include <linux/platform_data/serial-sccnxp.h> #define SCCNXP_NAME "uart-sccnxp" #define SCCNXP_MAJOR 204 |