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

Commit 6d280551 authored by Jeff Hugo's avatar Jeff Hugo
Browse files

msm: remote_spinlock: 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 remote_spinlock driver includes smd_private.h, but does not need it.
Remove the inclusion of the header file.

Change-Id: I3505302ef81a72505d723c11f1e6a728cb12b72c
Signed-off-by: default avatarJeffrey Hugo <jhugo@codeaurora.org>
parent dc1bb58e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -24,7 +24,6 @@
#include <mach/remote_spinlock.h>
#include <mach/dal.h>
#include <mach/msm_smem.h>
#include "smd_private.h"


#define SPINLOCK_PID_APPS 1