Skip to content

Commit

Permalink
staging: ti-st: mv ti_wilink_st header
Browse files Browse the repository at this point in the history
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: Pavan Savoy <pavan_savoy@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Pavan Savoy authored and Greg Kroah-Hartman committed Oct 5, 2010
1 parent c7afa08 commit e555867
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion drivers/staging/ti-st/bt_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include <net/bluetooth/bluetooth.h>
#include <net/bluetooth/hci_core.h>

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

/* Define this macro to get debug msg */
Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/ti-st/st_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include <net/bluetooth/bluetooth.h>
#include <net/bluetooth/hci_core.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
* ST Core to be used for sysfs debug entry
Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/ti-st/st_kim.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#include <net/bluetooth/hci_core.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);
Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/ti-st/st_ll.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#define pr_fmt(fmt) "(stll) :" fmt
#include <linux/skbuff.h>
#include <linux/module.h>
#include "ti_wilink_st.h"
#include <linux/ti_wilink_st.h>

/**********************************************************************/
/* internal functions */
Expand Down
File renamed without changes.

0 comments on commit e555867

Please sign in to comment.