public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix c67x00-ll-hpi compilation failure (bug #10627)
@ 2008-05-12 10:35 Fernando Luis Vázquez Cao
  2008-05-12 17:11 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Fernando Luis Vázquez Cao @ 2008-05-12 10:35 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, samuel.thibault, rjw, gregkh

This patch fixes bug #10627 which caused the compilation error below.

CC [M]  drivers/usb/c67x00/c67x00-ll-hpi.o
drivers/usb/c67x00/c67x00-ll-hpi.c: In function `ll_recv_msg':
drivers/usb/c67x00/c67x00-ll-hpi.c:243: erreur: `HZ' undeclared (first use in this function)
drivers/usb/c67x00/c67x00-ll-hpi.c:243: erreur: (Each undeclared identifier is reported only once
drivers/usb/c67x00/c67x00-ll-hpi.c:243: erreur: for each function it appears in.)

Signed-off-by: Fernando Luis Vazquez Cao <fernando@oss.ntt.co.jp>
---

--- linux-2.6.26-rc2-orig/drivers/usb/c67x00/c67x00-ll-hpi.c	2008-05-12 19:18:32.000000000 +0900
+++ linux-2.6.26-rc2/drivers/usb/c67x00/c67x00-ll-hpi.c	2008-05-12 19:03:02.000000000 +0900
@@ -23,6 +23,7 @@
 
 #include <asm/byteorder.h>
 #include <linux/io.h>
+#include <linux/jiffies.h>
 #include <linux/usb/c67x00.h>
 #include "c67x00.h"
 



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-05-12 17:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-12 10:35 [PATCH] Fix c67x00-ll-hpi compilation failure (bug #10627) Fernando Luis Vázquez Cao
2008-05-12 17:11 ` Greg KH

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