From patchwork Sun Feb 20 20:04:08 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jarkko Nikula X-Patchwork-Id: 576071 X-Patchwork-Delegate: tomi.valkeinen@nokia.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p1KKYEYq023305 for ; Sun, 20 Feb 2011 20:34:15 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753070Ab1BTUeG (ORCPT ); Sun, 20 Feb 2011 15:34:06 -0500 Received: from mail-bw0-f52.google.com ([209.85.214.52]:40290 "EHLO mail-bw0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752903Ab1BTUeF (ORCPT ); Sun, 20 Feb 2011 15:34:05 -0500 X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Sun, 20 Feb 2011 20:34:15 +0000 (UTC) X-Greylist: delayed 1154 seconds by postgrey-1.27 at vger.kernel.org; Sun, 20 Feb 2011 15:34:04 EST Received: by bwz4 with SMTP id 4so5060391bwz.11 for ; Sun, 20 Feb 2011 12:34:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references; bh=jJ2P60XR3DibsU3y+2Q1kuLPe4fniBc0YyJI9Sdh4Qk=; b=pk/2oEloLc5T2L/ZHifsiV8NcEUqg0/P36mxE6asD22nWaVDzgsEz9/f8yYw2DUCe7 m+f4/+eae8SzntaBrddlg1S5MXNq1iIaZ8nJxf0tji6suDo8xqgkuSuuEVsCH/icu2lk yIV/2yb1BiKA5XDZqq3qh8yh/oyUYn34PIGNc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; b=sfLl7HlwEL3icC4ZFe1o6U9VvoaBuSzmHFipWgU8Cm6nn45+hspAYNDwLoXbxgedRN vGlaCJ7Qb/Wq+MH140MvhGBhaAc56F4q7U3QrA2LHMINd3Xe7Xw4rosA4YJHvauTe0zr FQPwG2yhuf/GsOJ9QUNdfwFXI14tV0pP0HyMw= Received: by 10.204.138.130 with SMTP id a2mr552698bku.211.1298232254903; Sun, 20 Feb 2011 12:04:14 -0800 (PST) Received: from localhost (host-94-101-4-66.igua.fi [94.101.4.66]) by mx.google.com with ESMTPS id w3sm3219011bkt.17.2011.02.20.12.04.12 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 20 Feb 2011 12:04:13 -0800 (PST) From: Jarkko Nikula To: linux-omap@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, Tony Lindgren , Jarkko Nikula , Tomi Valkeinen Subject: [PATCH resend] omap: Fix linker error in drivers/video/omap/lcd_2430sdp.c Date: Sun, 20 Feb 2011 22:04:08 +0200 Message-Id: <1298232248-347-1-git-send-email-jhnikula@gmail.com> X-Mailer: git-send-email 1.7.0.4 In-Reply-To: <1298193466-29534-1-git-send-email-jhnikula@gmail.com> References: <1298193466-29534-1-git-send-email-jhnikula@gmail.com> Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index b9d8a7b..bfdf240 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -132,6 +132,7 @@ config MACH_OMAP_2430SDP depends on SOC_OMAP2430 default y select OMAP_PACKAGE_ZAC + select TWL4030_CORE config MACH_OMAP3_BEAGLE bool "OMAP3 BEAGLE board"