]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Fix c67x00-ll-hpi compilation failure (bug #10627)
authorFernando Luis Vázquez Cao <fernando@oss.ntt.co.jp>
Mon, 12 May 2008 10:35:31 +0000 (19:35 +0900)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 12 May 2008 14:30:36 +0000 (07:30 -0700)
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>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/usb/c67x00/c67x00-ll-hpi.c

index f3430b372f090e395e5b67273bf72fa97dc7e156..5100fbbf6cb02843db0030c119d598f1fb4f8812 100644 (file)
@@ -23,6 +23,7 @@
 
 #include <asm/byteorder.h>
 #include <linux/io.h>
+#include <linux/jiffies.h>
 #include <linux/usb/c67x00.h>
 #include "c67x00.h"