msm: Fix compiling kernel in place
A number of files incorrectly used system include notation <> for header
files that are local. Fix thoses cases to now be #include "FILE.h" instead
of #include <FILE.h>
Change-Id: I1467268b10b33b6fd29bc36b2312378a0b1dde32
Signed-off-by:
Kumar Gala <galak@codeaurora.org>
Loading
Please register or sign in to comment