Commit d463d7b0 authored by David Brown's avatar David Brown
Browse files

msm: dsps: Fix include path for timer.h



The C #include directive, when used with <> around the filename is not
supposed to look in the same directory as the source file containing
the directive, but only in the include path.  Some versions of the
compiler tools seem to not be obeying this, and msm_dsps.c relies on
this behavior, causing it to fail to compile with some compiler
versions.

Fix this by using "timer.h" instead of <timer.h>.

Change-Id: I4bb7316e335b832a936225ad7c22941b64bafd91
Signed-off-by: default avatarDavid Brown <davidb@codeaurora.org>
parent f15a5d72
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment