Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290855
b: refs/heads/master
c: aed014a
h: refs/heads/master
i:
  290853: 096e45f
  290851: 8806d69
  290847: 092cb0a
v: v3
  • Loading branch information
David Herrmann authored and Johan Hedberg committed Feb 13, 2012
1 parent 2c0aa63 commit 537464d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: 6147032f9481475b21123d2f4a176bff24385f79
refs/heads/master: aed014a02e809bd228a8ce7e7cc432ded9b72ef6
6 changes: 0 additions & 6 deletions trunk/drivers/bluetooth/dtl1_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -439,11 +439,6 @@ static int dtl1_hci_send_frame(struct sk_buff *skb)
}


static void dtl1_hci_destruct(struct hci_dev *hdev)
{
}


static int dtl1_hci_ioctl(struct hci_dev *hdev, unsigned int cmd, unsigned long arg)
{
return -ENOIOCTLCMD;
Expand Down Expand Up @@ -487,7 +482,6 @@ static int dtl1_open(dtl1_info_t *info)
hdev->close = dtl1_hci_close;
hdev->flush = dtl1_hci_flush;
hdev->send = dtl1_hci_send_frame;
hdev->destruct = dtl1_hci_destruct;
hdev->ioctl = dtl1_hci_ioctl;

hdev->owner = THIS_MODULE;
Expand Down

0 comments on commit 537464d

Please sign in to comment.