[kernel] r5572 - dists/trunk/arch/mips/linux-patch-2.6.15-mips-2.6.15/debian/patches

Martin Michlmayr tbm at costa.debian.org
Mon Jan 23 13:30:03 UTC 2006


Author: tbm
Date: Mon Jan 23 13:30:02 2006
New Revision: 5572

Modified:
   dists/trunk/arch/mips/linux-patch-2.6.15-mips-2.6.15/debian/patches/68_fix_iomap_nonpci.dpatch
Log:
reversing a patch, how clever


Modified: dists/trunk/arch/mips/linux-patch-2.6.15-mips-2.6.15/debian/patches/68_fix_iomap_nonpci.dpatch
==============================================================================
--- dists/trunk/arch/mips/linux-patch-2.6.15-mips-2.6.15/debian/patches/68_fix_iomap_nonpci.dpatch	(original)
+++ dists/trunk/arch/mips/linux-patch-2.6.15-mips-2.6.15/debian/patches/68_fix_iomap_nonpci.dpatch	Mon Jan 23 13:30:02 2006
@@ -36,8 +36,8 @@
  
  lib-y	+= csum_partial_copy.o memcpy.o promlib.o strlen_user.o strncpy_user.o \
  	   strnlen_user.o uncached.o
--obj-$(CONFIG_PCI)	+= iomap.o
-+obj-y	+= iomap.o
+-obj-y	+= iomap.o
++obj-$(CONFIG_PCI)	+= iomap.o
  
  EXTRA_AFLAGS := $(CFLAGS)
 



More information about the Kernel-svn-changes mailing list