From 74940e0a059c3c26465f4aa5d359896fe48f7000 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sat, 9 Apr 2016 15:29:11 +0100 Subject: [PATCH] Disable UNUSED_SYMBOLS; it is now itself unused --- debian/changelog | 1 + debian/config/config | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c1a281f4f..6a2bb3c1c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -229,6 +229,7 @@ linux (4.5.1-1~exp1) UNRELEASED; urgency=medium - scripts: Fix X.509 PEM support in sign-file - certs: Set SYSTEM_TRUSTED_KEYS to my own personal certificate to support initial testing of signed modules + * Disable UNUSED_SYMBOLS; it is now itself unused [ Aurelien Jarno ] * [mipsel/mips/config.loongson-2f] Disable VIDEO_CX23885, VIDEO_IVTV, diff --git a/debian/config/config b/debian/config/config index 1081c39fc..7f9a54fc3 100644 --- a/debian/config/config +++ b/debian/config/config @@ -5716,7 +5716,7 @@ CONFIG_ENABLE_WARN_DEPRECATED=y CONFIG_ENABLE_MUST_CHECK=y CONFIG_STRIP_ASM_SYMS=y # CONFIG_READABLE_ASM is not set -CONFIG_UNUSED_SYMBOLS=y +# CONFIG_UNUSED_SYMBOLS is not set # CONFIG_PAGE_OWNER is not set CONFIG_DEBUG_FS=y # CONFIG_HEADERS_CHECK is not set