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

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

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

parents 3b87d7a0 731a7620
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,8 +21,8 @@
#include <linux/export.h>

#include <mach/msm_smd.h>
#include <mach/msm_smsm.h>
#include "smd_rpcrouter.h"
#include "smd_private.h"

struct rpcrouter_smd_xprt {
	struct rpcrouter_xprt xprt;
+1 −1
Original line number Diff line number Diff line
@@ -47,11 +47,11 @@
#include <mach/msm_smd.h>
#include <mach/smem_log.h>
#include <mach/subsystem_notif.h>
#include <mach/msm_smsm.h>

#include "smd_rpcrouter.h"
#include "modem_notifier.h"
#include "smd_rpc_sym.h"
#include "smd_private.h"

enum {
	SMEM_LOG = 1U << 0,