[kernel] r11272 - in dists/trunk/linux-2.6/debian/patches: bugfix/all series

Maximilian Attems maks at alioth.debian.org
Sun May 4 21:58:11 UTC 2008


Author: maks
Date: Sun May  4 21:58:06 2008
New Revision: 11272

Log:
add c67x00 build fix


Added:
   dists/trunk/linux-2.6/debian/patches/bugfix/all/0001--USB-c67x00-build-fix.patch
Modified:
   dists/trunk/linux-2.6/debian/patches/series/1~experimental.1

Added: dists/trunk/linux-2.6/debian/patches/bugfix/all/0001--USB-c67x00-build-fix.patch
==============================================================================
--- (empty file)
+++ dists/trunk/linux-2.6/debian/patches/bugfix/all/0001--USB-c67x00-build-fix.patch	Sun May  4 21:58:06 2008
@@ -0,0 +1,28 @@
+From 8f4722f392622d5ce50934d77c97ea8f94146e68 Mon Sep 17 00:00:00 2001
+From: maximilian attems <max at stro.at>
+Date: Sun, 4 May 2008 23:19:29 +0200
+Subject: [PATCH] [USB] c67x00 build fix
+
+drivers/usb/c67x00/c67x00-ll-hpi.c: In function `ll_recv_msg':
+drivers/usb/c67x00/c67x00-ll-hpi.c:243: error: `HZ' undeclared (first use in this function)
+
+Signed-off-by: maximilian attems <max at stro.at>
+---
+ drivers/usb/c67x00/c67x00-ll-hpi.c |    1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+diff --git a/drivers/usb/c67x00/c67x00-ll-hpi.c b/drivers/usb/c67x00/c67x00-ll-hpi.c
+index f3430b3..9e0430f 100644
+--- a/drivers/usb/c67x00/c67x00-ll-hpi.c
++++ b/drivers/usb/c67x00/c67x00-ll-hpi.c
+@@ -24,6 +24,7 @@
+ #include <asm/byteorder.h>
+ #include <linux/io.h>
+ #include <linux/usb/c67x00.h>
++#include <linux/jiffies.h>
+ #include "c67x00.h"
+ 
+ #define COMM_REGS 14
+-- 
+1.5.5.1
+

Modified: dists/trunk/linux-2.6/debian/patches/series/1~experimental.1
==============================================================================
--- dists/trunk/linux-2.6/debian/patches/series/1~experimental.1	(original)
+++ dists/trunk/linux-2.6/debian/patches/series/1~experimental.1	Sun May  4 21:58:06 2008
@@ -35,3 +35,4 @@
 + bugfix/fix-hifn_795X-divdi3.patch
 ##+ features/all/mtd-nor-add-support-for-the-st-m29w400db-flash-chip.patch
 + bugfix/all/mtd-prevent-physmap-from-causing-request_module-runaway-loop-modprobe-net-pf-1.patch
++ bugfix/all/0001--USB-c67x00-build-fix.patch



More information about the Kernel-svn-changes mailing list