[kernel] r16250 - in dists/sid/linux-2.6/debian/patches: debian series

Ben Hutchings benh at alioth.debian.org
Thu Sep 9 01:54:35 UTC 2010


Author: benh
Date: Thu Sep  9 01:54:32 2010
New Revision: 16250

Log:
input: Avoid ABI change from compat support

Added:
   dists/sid/linux-2.6/debian/patches/debian/input-Avoid-ABI-change-from-compat-support.patch
Modified:
   dists/sid/linux-2.6/debian/patches/series/22

Added: dists/sid/linux-2.6/debian/patches/debian/input-Avoid-ABI-change-from-compat-support.patch
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/sid/linux-2.6/debian/patches/debian/input-Avoid-ABI-change-from-compat-support.patch	Thu Sep  9 01:54:32 2010	(r16250)
@@ -0,0 +1,17 @@
+From: Ben Hutchings <ben at decadent.org.uk>
+Date: Thu, 9 Sep 2010 02:12:42 +0100
+Subject: [PATCH] input: Avoid ABI change from compat support
+
+---
+--- a/drivers/input/input.c
++++ b/drivers/input/input.c
+@@ -24,7 +24,9 @@
+ #include <linux/mutex.h>
+ #include <linux/rcupdate.h>
+ #include <linux/smp_lock.h>
++#ifndef __GENKSYMS__
+ #include "input-compat.h"
++#endif
+ 
+ MODULE_AUTHOR("Vojtech Pavlik <vojtech at suse.cz>");
+ MODULE_DESCRIPTION("Input core");

Modified: dists/sid/linux-2.6/debian/patches/series/22
==============================================================================
--- dists/sid/linux-2.6/debian/patches/series/22	Wed Sep  8 21:40:16 2010	(r16249)
+++ dists/sid/linux-2.6/debian/patches/series/22	Thu Sep  9 01:54:32 2010	(r16250)
@@ -75,6 +75,7 @@
 + features/all/sky2/0054-sky2-Avoid-allocating-memory-in-sky2_resume.patch
 + features/all/sky2/0055-sky2-version-1.28.patch
 + bugfix/all/input-add-compat-support-for-sysfs-and-proc-capabilities.patch
++ debian/input-Avoid-ABI-change-from-compat-support.patch
 + bugfix/mips/mips-DMA-computation-fix.patch
 + features/all/hda-via/0001-ALSA-HDA-VIA-Change-get_codec_type-argument-to-hda_c.patch
 + features/all/hda-via/0002-ALSA-HDA-VIA-Add-VT1708B-CE-codec-support.patch



More information about the Kernel-svn-changes mailing list