From patchwork Thu May 6 09:08:47 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Whitcroft X-Patchwork-Id: 51808 X-Patchwork-Delegate: apw@canonical.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id 534D5B7D47 for ; Thu, 6 May 2010 19:08:59 +1000 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1O9x4g-0003nu-Rb; Thu, 06 May 2010 10:08:54 +0100 Received: from adelie.canonical.com ([91.189.90.139]) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1O9x4d-0003mh-I2 for kernel-team@lists.ubuntu.com; Thu, 06 May 2010 10:08:51 +0100 Received: from hutte.canonical.com ([91.189.90.181]) by adelie.canonical.com with esmtp (Exim 4.69 #1 (Debian)) id 1O9x4d-0002Bo-GW for ; Thu, 06 May 2010 10:08:51 +0100 Received: from 79-70-103-73.dynamic.dsl.as9105.com ([79.70.103.73] helo=localhost.localdomain) by hutte.canonical.com with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1O9x4d-0000gE-3Q for kernel-team@lists.ubuntu.com; Thu, 06 May 2010 10:08:51 +0100 From: Andy Whitcroft To: kernel-team@lists.ubuntu.com Subject: [PATCH 2/2] UBUNTU: [Config] enable CONFIG_UNUSED_SYMBOLS Date: Thu, 6 May 2010 10:08:47 +0100 Message-Id: <1273136927-24974-3-git-send-email-apw@canonical.com> X-Mailer: git-send-email 1.7.0.4 In-Reply-To: <1273136927-24974-1-git-send-email-apw@canonical.com> References: <1273136927-24974-1-git-send-email-apw@canonical.com> X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.9 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com BugLink: http://bugs.launchpad.net/bugs/576274 We need CONFIG_UNUSED_SYMBOLS enabled in order to ensure we get valid ABI files: CONFIG_UNUSED_SYMBOLS=y Signed-off-by: Andy Whitcroft --- debian.ti-omap/config/config.common.ubuntu | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/debian.ti-omap/config/config.common.ubuntu b/debian.ti-omap/config/config.common.ubuntu index 6f6b03b..28c1877 100644 --- a/debian.ti-omap/config/config.common.ubuntu +++ b/debian.ti-omap/config/config.common.ubuntu @@ -2535,7 +2535,7 @@ CONFIG_ULTRIX_PARTITION=y CONFIG_UNIX=y CONFIG_UNIX98_PTYS=y CONFIG_UNIXWARE_DISKLABEL=y -# CONFIG_UNUSED_SYMBOLS is not set +CONFIG_UNUSED_SYMBOLS=y CONFIG_USB=y CONFIG_USBPCWATCHDOG=m CONFIG_USB_ACM=m