]> git.karo-electronics.de Git - linux-beck.git/commitdiff
staging: ti-st: mv ti_wilink_st header
authorPavan Savoy <pavan_savoy@ti.com>
Thu, 30 Sep 2010 20:13:30 +0000 (16:13 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 5 Oct 2010 18:48:07 +0000 (11:48 -0700)
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>
drivers/staging/ti-st/bt_drv.c
drivers/staging/ti-st/st_core.c
drivers/staging/ti-st/st_kim.c
drivers/staging/ti-st/st_ll.c
include/linux/ti_wilink_st.h [moved from drivers/staging/ti-st/ti_wilink_st.h with 100% similarity]

index 50da66db72c2ca76863016cde782b789c7042d3d..75065bf39e5cfec800ea7208d0f83f0e622fa329 100644 (file)
@@ -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 */
index 03397bee37dbafc317e6af71a4aeaf49de8c93d4..5bef61e579c3649c57f1367372b3ee546e4cbf63 100644 (file)
@@ -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
index 09e2c97562be5adc06570b89fcbcca8a9457cb0e..372a9960c304d6e9bdd43778113dd01ba2b7184a 100644 (file)
@@ -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);
index d08b58e78083fec0adeed7f8857b7e8f61a32b0c..ed1e4bc180d3e1327939d2e86deb3b40068fe27f 100644 (file)
@@ -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 */