[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1210588531.3058.31.camel@sebastian.kern.oss.ntt.co.jp>
Date: Mon, 12 May 2008 19:35:31 +0900
From: Fernando Luis Vázquez Cao
<fernando@....ntt.co.jp>
To: torvalds@...ux-foundation.org
Cc: linux-kernel@...r.kernel.org, samuel.thibault@...-lyon.org,
rjw@...k.pl, gregkh@...e.de
Subject: [PATCH] Fix c67x00-ll-hpi compilation failure (bug #10627)
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@....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"
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists