[kernel] r6922 - dists/trunk/linux-2.6/debian/patches

Martin Michlmayr tbm at costa.debian.org
Thu Jun 29 12:34:35 UTC 2006


Author: tbm
Date: Thu Jun 29 12:34:32 2006
New Revision: 6922

Modified:
   dists/trunk/linux-2.6/debian/patches/mips-dec-serial.patch

Log:
fix patch


Modified: dists/trunk/linux-2.6/debian/patches/mips-dec-serial.patch
==============================================================================
--- dists/trunk/linux-2.6/debian/patches/mips-dec-serial.patch	(original)
+++ dists/trunk/linux-2.6/debian/patches/mips-dec-serial.patch	Thu Jun 29 12:34:32 2006
@@ -58,8 +58,8 @@
  obj-$(CONFIG_SGI_MBCS)		+= mbcs.o
 +obj-$(CONFIG_SERIAL_DEC)	+= decserial.o
  
- obj-$(CONFIG_PRINTER) += lp.o
- obj-$(CONFIG_TIPAR) += tipar.o
+ obj-$(CONFIG_PRINTER)		+= lp.o
+ obj-$(CONFIG_TIPAR)		+= tipar.o
 --- a/drivers/char/decserial.c
 +++ b/drivers/char/decserial.c
 @@ -24,17 +24,17 @@



More information about the Kernel-svn-changes mailing list