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

Commit e5558679 authored by Pavan Savoy's avatar Pavan Savoy Committed by Greg Kroah-Hartman
Browse files

staging: ti-st: mv ti_wilink_st header



Move the header to a standard linux device driver location.
This should pave the way for other drivers to be moved into the relevant
directories.

ti_wilink_st.h is a common header file used by the TI's shared transport device
driver for WiLink chipsets. Each individual protocol drivers like bluetooth
driver, FM V4L2 driver and GPS drivers will make use of this header.

Signed-off-by: default avatarPavan Savoy <pavan_savoy@ti.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent c7afa08d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -24,7 +24,7 @@
#include <net/bluetooth/bluetooth.h>
#include <net/bluetooth/bluetooth.h>
#include <net/bluetooth/hci_core.h>
#include <net/bluetooth/hci_core.h>


#include "ti_wilink_st.h"
#include <linux/ti_wilink_st.h>
#include "bt_drv.h"
#include "bt_drv.h"


/* Define this macro to get debug msg */
/* Define this macro to get debug msg */
+1 −1
Original line number Original line Diff line number Diff line
@@ -28,7 +28,7 @@
#include <net/bluetooth/bluetooth.h>
#include <net/bluetooth/bluetooth.h>
#include <net/bluetooth/hci_core.h>
#include <net/bluetooth/hci_core.h>
#include <net/bluetooth/hci.h>
#include <net/bluetooth/hci.h>
#include "ti_wilink_st.h"
#include <linux/ti_wilink_st.h>


/* strings to be used for rfkill entries and by
/* strings to be used for rfkill entries and by
 * ST Core to be used for sysfs debug entry
 * ST Core to be used for sysfs debug entry
+1 −1
Original line number Original line Diff line number Diff line
@@ -36,7 +36,7 @@
#include <net/bluetooth/hci_core.h>
#include <net/bluetooth/hci_core.h>
#include <net/bluetooth/hci.h>
#include <net/bluetooth/hci.h>


#include "ti_wilink_st.h"
#include <linux/ti_wilink_st.h>




static int kim_probe(struct platform_device *pdev);
static int kim_probe(struct platform_device *pdev);
+1 −1
Original line number Original line Diff line number Diff line
@@ -21,7 +21,7 @@
#define pr_fmt(fmt) "(stll) :" fmt
#define pr_fmt(fmt) "(stll) :" fmt
#include <linux/skbuff.h>
#include <linux/skbuff.h>
#include <linux/module.h>
#include <linux/module.h>
#include "ti_wilink_st.h"
#include <linux/ti_wilink_st.h>


/**********************************************************************/
/**********************************************************************/
/* internal functions */
/* internal functions */