public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] 2.5: bluetooth compile fix
@ 2002-02-07 17:27 Robert Love
  0 siblings, 0 replies; only message in thread
From: Robert Love @ 2002-02-07 17:27 UTC (permalink / raw)
  To: torvalds; +Cc: viro, greg, linux-kernel

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,



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-02-07 17:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-02-07 17:27 [PATCH] 2.5: bluetooth compile fix Robert Love

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox