msm: smem_log: 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 smem_log driver includes smd_private.h, but does not need it.
Remove the inclusion of the header file.
Change-Id: I5f8ea1c48f9f1ae075fbd8b03ded52e58836256b
Signed-off-by:
Jeffrey Hugo <jhugo@codeaurora.org>
Loading
Please register or sign in to comment