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

Commit 4c134e16 authored by Jeff Hugo's avatar Jeff Hugo
Browse files

msm: smd_pkt: 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 smd_pkt driver 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: Ib0202e93086b1442175c07f65a6652fd6e6fc1be
Signed-off-by: default avatarJeffrey Hugo <jhugo@codeaurora.org>
parent f0ed5cdf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,8 +37,8 @@
#include <mach/msm_smd.h>
#include <mach/subsystem_restart.h>
#include <mach/msm_ipc_logging.h>
#include <mach/msm_smsm.h>

#include "smd_private.h"
#ifdef CONFIG_ARCH_FSM9XXX
#define DEFAULT_NUM_SMD_PKT_PORTS 4
#else