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

Commit d6657570 authored by Jordan Crouse's avatar Jordan Crouse
Browse files

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: default avatarJordan Crouse <jcrouse@codeaurora.org>
parent f05af998
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,8 +17,8 @@
#include <sound/soc.h>
#include <sound/soc-dapm.h>
#include <sound/tlv.h>
#include <btfm_slim.h>
#include <btfm_slim_slave.h>
#include "btfm_slim.h"
#include "btfm_slim_slave.h"
#include <linux/bluetooth-power.h>

int btfm_slim_write(struct btfmslim *btfmslim,
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
#include <sound/soc.h>
#include <sound/soc-dapm.h>
#include <sound/tlv.h>
#include <btfm_slim.h>
#include "btfm_slim.h"

static int bt_soc_enable_status;
int btfm_feedback_ch_setting;
+2 −2
Original line number Diff line number Diff line
@@ -4,8 +4,8 @@
 */

#include <linux/slimbus/slimbus.h>
#include <btfm_slim.h>
#include <btfm_slim_slave.h>
#include "btfm_slim.h"
#include "btfm_slim_slave.h"

/* SLAVE (WCN3990/QCA6390) Port assignment */
struct btfmslim_ch slave_rxport[] = {
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@

#ifndef BTFM_SLIM_SLAVE_H
#define BTFM_SLIM_SLAVE_H
#include <btfm_slim.h>
#include "btfm_slim.h"

/* Registers Address */
#define SLAVE_SB_COMP_TEST			0x00000000