bluetooth: Fix include for local headers
Fix includes for local headers that should use "" and never <>: drivers/bluetooth/btfm_slim.c:20:23: fatal error: btfm_slim.h: No such file or directory #include <btfm_slim.h> drivers/bluetooth/btfm_slim.c:21:29: fatal error: btfm_slim_slave.h: No such file or directory #include <btfm_slim_slave.h> Fixes: 670a322c ("bluetooth: Add bluetooth slimbus slave drivers") Change-Id: Ic0dedbad41ed45b5757e134b7f6e83414fc20dbd Signed-off-by:Jordan Crouse <jcrouse@codeaurora.org>
Loading
Please register or sign in to comment