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 /include | |
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 'include')
-rw-r--r-- | include/linux/platform_data/serial-sccnxp.h (renamed from include/linux/platform_data/sccnxp.h) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/platform_data/sccnxp.h b/include/linux/platform_data/serial-sccnxp.h index 096de90cf848..215574d1e81d 100644 --- a/include/linux/platform_data/sccnxp.h +++ b/include/linux/platform_data/serial-sccnxp.h @@ -11,8 +11,8 @@ * (at your option) any later version. */ -#ifndef __SCCNXP_H -#define __SCCNXP_H +#ifndef _PLATFORM_DATA_SERIAL_SCCNXP_H_ +#define _PLATFORM_DATA_SERIAL_SCCNXP_H_ #define SCCNXP_MAX_UARTS 2 |