Linus,
The llseek cleanup contained a typo in bluetooth/hci_vhci.c that
prevents compile. Thankfully it seems to be the only of this type.
Patch against 2.5.4-pre2. Please, apply.
Robert Love
diff -urN linux-2.5.4-pre2/drivers/bluetooth/hci_vhci.c linux/drivers/bluetooth/hci_vhci.c
--- linux-2.5.4-pre2/drivers/bluetooth/hci_vhci.c Thu Feb 7 12:04:48 2002
+++ linux/drivers/bluetooth/hci_vhci.c Thu Feb 7 12:24:00 2002
@@ -291,7 +291,7 @@
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,
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Thu Feb 07 2002 - 21:01:03 EST