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

Commit dc1bb58e authored by Jeff Hugo's avatar Jeff Hugo
Browse files

msm: ipc: Remove incorrect use of smd_private.h



smd_private.h is an internal header file used to share private internal
details of the SMD driver to related components for the purposes of
debugging, segregating functionality, etc.  Nothing in smd_private.h
is intended to be exposed for client use, and including it in a file
should be a special exception, not a normal usecase.

The IPC framework is using smd_private.h as a means to access the SMSM
public API.  Substitute the SMSM public api headers for the uses of
smd_private.h.

Change-Id: Ib81ca7baebcf576abf837234d589bebe0680a281
Signed-off-by: default avatarJeffrey Hugo <jhugo@codeaurora.org>
parent 731a7620
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,9 +22,9 @@

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

#include "ipc_router.h"
#include "smd_private.h"

static int msm_ipc_router_smd_xprt_debug_mask;
module_param_named(debug_mask, msm_ipc_router_smd_xprt_debug_mask,