[kernel] r19260 - dists/squeeze/linux-2.6/debian/patches/debian

Ben Hutchings benh at alioth.debian.org
Mon Jul 16 11:50:43 UTC 2012


Author: benh
Date: Mon Jul 16 11:50:42 2012
New Revision: 19260

Log:
Fix sense of preprocessor condition to maintain ABI in drm_mm.h

Modified:
   dists/squeeze/linux-2.6/debian/patches/debian/drm-Avoid-ABI-change-for-drm-implement-helper-functi.patch

Modified: dists/squeeze/linux-2.6/debian/patches/debian/drm-Avoid-ABI-change-for-drm-implement-helper-functi.patch
==============================================================================
--- dists/squeeze/linux-2.6/debian/patches/debian/drm-Avoid-ABI-change-for-drm-implement-helper-functi.patch	Mon Jul 16 01:42:05 2012	(r19259)
+++ dists/squeeze/linux-2.6/debian/patches/debian/drm-Avoid-ABI-change-for-drm-implement-helper-functi.patch	Mon Jul 16 11:50:42 2012	(r19260)
@@ -71,7 +71,7 @@
  	struct list_head unused_nodes;
  	int num_unused;
  	spinlock_t unused_lock;
-+#ifdef __GENKSYMS__
++#ifndef __GENKSYMS__
 +	/* These must only be used in drm_mm_init_scan() etc, to allow
 +	 * for drivers built using the old structure definition.
 +	 */



More information about the Kernel-svn-changes mailing list