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

Commit a44fbf1e authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: smd_tty: Remove incorrect use of smd_private.h"

parents 725fd44f 4d3a7a73
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -31,12 +31,11 @@
#include <linux/tty_flip.h>

#include <mach/msm_smd.h>
#include <mach/msm_smsm.h>
#include <mach/subsystem_restart.h>
#include <mach/socinfo.h>
#include <mach/msm_ipc_logging.h>

#include "smd_private.h"

#define MODULE_NAME "msm_smdtty"
#define MAX_SMD_TTYS 37
#define MAX_TTY_BUF_SIZE 2048
@@ -302,7 +301,7 @@ static void smd_tty_read(unsigned long param)
			*/
			SMD_TTY_ERR(
				"%s - Possible smd_tty_buffer mismatch for %s",
				__func__, info->ch->name);
				__func__, info->ch_name);
		}

		/*