Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 59051
b: refs/heads/master
c: 924f0e4
h: refs/heads/master
i:
  59049: ee67858
  59047: cdac015
v: v3
  • Loading branch information
Robert P. J. Day authored and Marcel Holtmann committed Jul 11, 2007
1 parent 440bbab commit c7cb853
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: babf4d42d0a41ff58463b0a0515683cdce66f541
refs/heads/master: 924f0e4a06419fa1996425d1d2512030e43acbba
6 changes: 0 additions & 6 deletions trunk/drivers/bluetooth/hci_vhci.c
Original file line number Diff line number Diff line change
Expand Up @@ -180,11 +180,6 @@ static inline ssize_t vhci_put_user(struct vhci_data *data,
return total;
}

static loff_t vhci_llseek(struct file *file, loff_t offset, int origin)
{
return -ESPIPE;
}

static ssize_t vhci_read(struct file *file,
char __user *buf, size_t count, loff_t *pos)
{
Expand Down Expand Up @@ -334,7 +329,6 @@ static int vhci_fasync(int fd, struct file *file, int on)

static const struct file_operations vhci_fops = {
.owner = THIS_MODULE,
.llseek = vhci_llseek,
.read = vhci_read,
.write = vhci_write,
.poll = vhci_poll,
Expand Down

0 comments on commit c7cb853

Please sign in to comment.