r1897 - trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches

Joshua Kwan joshk@haydn.debian.org
Wed, 24 Nov 2004 14:01:04 -0700


Author: joshk
Date: 2004-11-24 14:00:49 -0700 (Wed, 24 Nov 2004)
New Revision: 1897

Modified:
   trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/aic7xxx-delay_h-update.dpatch
Log:
fix


Modified: trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/aic7xxx-delay_h-update.dpatch
===================================================================
--- trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/aic7xxx-delay_h-update.dpatch	2004-11-24 20:35:35 UTC (rev 1896)
+++ trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/aic7xxx-delay_h-update.dpatch	2004-11-24 21:00:49 UTC (rev 1897)
@@ -3,17 +3,15 @@
 # inclusion: part of 2.6.9 already
 # revision date: 2004-11-22
 
---- kernel-source-2.6.8-2.6.8/include/linux/delay.h~	2004-11-22 14:40:11.000000000 -0800
-+++ kernel-source-2.6.8-2.6.8/include/linux/delay.h	2004-11-22 14:40:40.000000000 -0800
-@@ -38,6 +38,11 @@
- #define ndelay(x)	udelay(((x)+999)/1000)
- #endif
+--- x/include/linux/delay.h~	2004-11-23 19:21:52.000000000 +0000
++++ x/include/linux/delay.h	2004-11-23 19:22:55.000000000 +0000
+@@ -40,4 +40,9 @@
  
-+static inline void ssleep(unsigned int seconds)
+ void msleep(unsigned int msecs);
+ 
++static inline void ssleep (unsigned int seconds)
 +{
 +	msleep(seconds * 1000);
 +}
 +
- void msleep(unsigned int msecs);
- 
  #endif /* defined(_LINUX_DELAY_H) */