[linux] 02/02: Ignore ABI change for first_ec (not declared in public header)
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Tue Mar 14 06:24:00 UTC 2017
This is an automated email from the git hooks/post-receive script.
carnil pushed a commit to branch sid
in repository linux.
commit f8dd73abfa0ccd5483cda6ee5280974d9a32ba7f
Author: Salvatore Bonaccorso <carnil at debian.org>
Date: Tue Mar 14 07:00:52 2017 +0100
Ignore ABI change for first_ec (not declared in public header)
---
debian/changelog | 1 +
debian/config/defines | 2 ++
2 files changed, 3 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 13d2d58..d836abf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -150,6 +150,7 @@ linux (4.9.14-1) UNRELEASED; urgency=medium
* ACPI / EC: Use busy polling mode when GPE is not enabled.
Thanks to Jakobus Schurz <jakobus.schurz at gmail.com> (Closes: #846792)
* Ignore ABI changes for acpi_ec_{add,remove}_query_handler
+ * Ignore ABI change for first_ec (not declared in public header)
-- Ben Hutchings <ben at decadent.org.uk> Wed, 01 Mar 2017 15:42:54 +0000
diff --git a/debian/config/defines b/debian/config/defines
index a8ab592..cdab0bd 100644
--- a/debian/config/defines
+++ b/debian/config/defines
@@ -26,6 +26,8 @@ ignore-changes:
# ignore acpi_ec_{add,remove}_query_handler(), not exposed for OOT modules
acpi_ec_add_query_handler
acpi_ec_remove_query_handler
+# not declared in a public header
+ first_ec
[base]
arches:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git
More information about the Kernel-svn-changes
mailing list