Skip to content

Commit

Permalink
serial: sccnxp: Rename header file to match functionality
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Alexander Shiyan authored and Greg Kroah-Hartman committed Jan 16, 2013
1 parent ec06389 commit 463dcc4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion arch/mips/sni/a20r.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion drivers/tty/serial/sccnxp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 463dcc4

Please sign in to comment.