diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2012-12-03 19:23:32 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-01-16 08:00:38 +0100 |
commit | 463dcc42e4832150eb3de804682b924f9b73a91a (patch) | |
tree | 0cb164870ccbcd54ed00c7d8627322115d31a85e /drivers/tty/serial/sccnxp.c | |
parent | serial: sccnxp: Implement polling mode (diff) | |
download | linux-463dcc42e4832150eb3de804682b924f9b73a91a.tar.xz linux-463dcc42e4832150eb3de804682b924f9b73a91a.zip |
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 |