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

Joshua Kwan joshk@haydn.debian.org
Fri, 24 Dec 2004 15:37:18 -0700


Author: joshk
Date: 2004-12-24 15:37:04 -0700 (Fri, 24 Dec 2004)
New Revision: 2052

Modified:
   trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/sparc-warning-fixes.dpatch
Log:
remove bogus hunk

Modified: trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/sparc-warning-fixes.dpatch
===================================================================
--- trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/sparc-warning-fixes.dpatch	2004-12-24 22:36:04 UTC (rev 2051)
+++ trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/sparc-warning-fixes.dpatch	2004-12-24 22:37:04 UTC (rev 2052)
@@ -189,17 +189,3 @@
  static __inline__ _syscall3(pid_t,waitpid,pid_t,pid,int *,wait_stat,int,options)
  
  #include <linux/linkage.h>
-Index: wli-2.6.10-rc3-1/drivers/serial/sunsu.c
-===================================================================
---- wli-2.6.10-rc3-1.orig/drivers/serial/sunsu.c	2004-12-16 06:19:49.000000000 -0800
-+++ wli-2.6.10-rc3-1/drivers/serial/sunsu.c	2004-12-22 10:08:47.529091786 -0800
-@@ -1285,7 +1285,9 @@
- 
- static int __init sunsu_kbd_ms_init(struct uart_sunsu_port *up, int channel)
- {
-+#ifdef CONFIG_SERIO
- 	struct serio *serio;
-+#endif
- 
- 	up->port.line = channel;
- 	up->port.type = PORT_UNKNOWN;