[kernel] r22252 - in dists/sid/linux/debian: . config

Ben Hutchings benh at moszumanska.debian.org
Mon Jan 12 05:35:21 UTC 2015


Author: benh
Date: Mon Jan 12 05:35:21 2015
New Revision: 22252

Log:
Ignore removal of exported variable clk_divider_ro_ops, as modules did not need or use it

Modified:
   dists/sid/linux/debian/changelog
   dists/sid/linux/debian/config/defines

Modified: dists/sid/linux/debian/changelog
==============================================================================
--- dists/sid/linux/debian/changelog	Mon Jan 12 05:21:57 2015	(r22251)
+++ dists/sid/linux/debian/changelog	Mon Jan 12 05:35:21 2015	(r22252)
@@ -92,7 +92,8 @@
   * [armel,armhf] thread_info: Fix ABI change in 3.16.7-ckt3
   * PCI: Fix ABI change in 3.16.7-ckt3
   * Ignore some ABI changes that don't appear to affect OOT modules:
-    - Removal of __add_pages(), __remove_pages(), of_device_is_stdout_path()
+    - Removal of __add_pages(), __remove_pages(), of_device_is_stdout_path(),
+      clk_divider_ro_ops
     - Changes to ASoC functions
   * [arm64] Enable PSTORE as built-in and EFI_VARS_PSTORE as module;
     ensure efivars and efi-pstore are loaded on EFI systems (Closes: #773309)

Modified: dists/sid/linux/debian/config/defines
==============================================================================
--- dists/sid/linux/debian/config/defines	Mon Jan 12 05:21:57 2015	(r22251)
+++ dists/sid/linux/debian/config/defines	Mon Jan 12 05:35:21 2015	(r22252)
@@ -10,6 +10,8 @@
  __remove_pages
  of_device_is_stdout_path
  module:sound/soc/*
+# Not needed by modules at all
+ clk_divider_ro_ops
 
 [base]
 arches:



More information about the Kernel-svn-changes mailing list