]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
serial: sccnxp: Rename header file to match functionality
authorAlexander Shiyan <shc_work@mail.ru>
Mon, 3 Dec 2012 18:23:32 +0000 (22:23 +0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 Jan 2013 07:00:38 +0000 (23:00 -0800)
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/mips/sni/a20r.c
drivers/tty/serial/sccnxp.c
include/linux/platform_data/serial-sccnxp.h [moved from include/linux/platform_data/sccnxp.h with 96% similarity]

index 9cb9d43a3a0e6341809f79825ce229423c7acf0d..e05ad4da44d944a31fa09dc70c587cbe1890828d 100644 (file)
@@ -118,7 +118,7 @@ static struct resource sc26xx_rsrc[] = {
        }
 };
 
-#include <linux/platform_data/sccnxp.h>
+#include <linux/platform_data/serial-sccnxp.h>
 
 static struct sccnxp_pdata sccnxp_data = {
        .reg_shift      = 2,
index 3a4c57e6ea1e502e8bb538b9dd464e746c6e6cc5..c864353352c5bf9a4f96985428d9ead6764c1a62 100644 (file)
@@ -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
similarity index 96%
rename from include/linux/platform_data/sccnxp.h
rename to include/linux/platform_data/serial-sccnxp.h
index 096de90cf8483a8a9ba44c694c16e447475d6cd5..215574d1e81dc090690fd215205c01f81e4be33f 100644 (file)
@@ -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