summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ti-st/st_core.c
diff options
context:
space:
mode:
authorPavan Savoy <pavan_savoy@ti.com>2010-09-17 12:06:11 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-09-20 17:02:54 -0700
commit83ef41f0858b48cce4f8ca23f674ec55d50bf47d (patch)
treea26a80c54a7dc907e75e6778df4d3af7f7a3a77c /drivers/staging/ti-st/st_core.c
parent5d702ea3191ea8ab3efd3f203e88dba1d8016eba (diff)
downloadop-kernel-dev-83ef41f0858b48cce4f8ca23f674ec55d50bf47d.zip
op-kernel-dev-83ef41f0858b48cce4f8ca23f674ec55d50bf47d.tar.gz
staging: ti-st: mv headers to ti_wilink_st
move all the header information to ti_wilink_st.h. This header would then not only serve the local modules like the st_core.c, st_kim.c and st_ll.c but also the external modules/protocol drivers that are dependent on the shared transport driver. Modify the source files to include the new header ti_wilink_st.h, Signed-off-by: Pavan Savoy <pavan_savoy@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/ti-st/st_core.c')
-rw-r--r--drivers/staging/ti-st/st_core.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/drivers/staging/ti-st/st_core.c b/drivers/staging/ti-st/st_core.c
index fad97d7..03397be 100644
--- a/drivers/staging/ti-st/st_core.c
+++ b/drivers/staging/ti-st/st_core.c
@@ -28,15 +28,7 @@
#include <net/bluetooth/bluetooth.h>
#include <net/bluetooth/hci_core.h>
#include <net/bluetooth/hci.h>
-#include "fm.h"
-/*
- * packet formats for fm and gps
- * #include "gps.h"
- */
-#include "st_core.h"
-#include "st_kim.h"
-#include "st_ll.h"
-#include "st.h"
+#include "ti_wilink_st.h"
/* strings to be used for rfkill entries and by
* ST Core to be used for sysfs debug entry
OpenPOWER on IntegriCloud