Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 463dcc42 authored by Alexander Shiyan's avatar Alexander Shiyan Committed by Greg Kroah-Hartman
Browse files

serial: sccnxp: Rename header file to match functionality

parent ec063899
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
+1 −1
Original line number Diff line number Diff line
@@ -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
+2 −2
Original line number Diff line number Diff line
@@ -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