Commit 16c7c780 authored by Robert Love's avatar Robert Love Committed by Linus Torvalds

[PATCH] 2.5: bluetooth compile fix

The llseek cleanup contained a typo in bluetooth/hci_vhci.c that
prevents compile.  Thankfully it seems to be the only of this type.

	Robert Love
parent c026ee55
......@@ -291,7 +291,7 @@ static int hci_vhci_chr_close(struct inode *inode, struct file *file)
static struct file_operations hci_vhci_fops = {
owner: THIS_MODULE,
llseek: no_lseek,
llseek: no_llseek,
read: hci_vhci_chr_read,
write: hci_vhci_chr_write,
poll: hci_vhci_chr_poll,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment