Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220087
b: refs/heads/master
c: e555867
h: refs/heads/master
i:
  220085: a794510
  220083: 1db8930
  220079: bd9dcaa
v: v3
  • Loading branch information
Pavan Savoy authored and Greg Kroah-Hartman committed Oct 5, 2010
1 parent d0d9ef9 commit 28dd0b8
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c7afa08d80dbcfdbd7fd04388f7bc475ec8acf69
refs/heads/master: e5558679bbb80788dc8c4c30484ac0a68e971ca5
2 changes: 1 addition & 1 deletion trunk/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 trunk/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 trunk/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 trunk/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 28dd0b8

Please sign in to comment.