From patchwork Fri Sep 24 00:30:25 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Hilman X-Patchwork-Id: 203272 X-Patchwork-Delegate: tony@atomide.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 o8O0UTr2016487 for ; Fri, 24 Sep 2010 00:30:29 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752997Ab0IXAa2 (ORCPT ); Thu, 23 Sep 2010 20:30:28 -0400 Received: from mail-pv0-f174.google.com ([74.125.83.174]:63093 "EHLO mail-pv0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751990Ab0IXAa1 (ORCPT ); Thu, 23 Sep 2010 20:30:27 -0400 Received: by pvg2 with SMTP id 2so525762pvg.19 for ; Thu, 23 Sep 2010 17:30:27 -0700 (PDT) Received: by 10.143.86.2 with SMTP id o2mr2060563wfl.255.1285288227243; Thu, 23 Sep 2010 17:30:27 -0700 (PDT) Received: from localhost (c-24-18-179-55.hsd1.wa.comcast.net [24.18.179.55]) by mx.google.com with ESMTPS id u16sm1533055wfg.8.2010.09.23.17.30.25 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 23 Sep 2010 17:30:26 -0700 (PDT) From: Kevin Hilman To: "Ramirez Luna\, Omar" Cc: Hiroshi DOYU , Felipe Contreras , "Anna\, Suman" , "linux-omap\@vger.kernel.org" , Tony Lindgren Subject: Re: [RFC] omap: mailbox: fix detection for previously supported chips Organization: Deep Root Systems, LLC References: <1285201299-18306-1-git-send-email-omar.ramirez@ti.com> <27F9C60D11D683428E133F85D2BB4A530450EDDD15@dlee03.ent.ti.com> Date: Thu, 23 Sep 2010 17:30:25 -0700 In-Reply-To: <27F9C60D11D683428E133F85D2BB4A530450EDDD15@dlee03.ent.ti.com> (Ramirez Luna's message of "Thu, 23 Sep 2010 19:08:29 -0500") Message-ID: <878w2sm19a.fsf@deeprootsystems.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Fri, 24 Sep 2010 00:30:29 +0000 (UTC) diff --git a/arch/arm/mach-omap2/id.c b/arch/arm/mach-omap2/id.c index 9a879f9..a8c6d19 100644 --- a/arch/arm/mach-omap2/id.c +++ b/arch/arm/mach-omap2/id.c @@ -31,6 +31,7 @@ static struct omap_chip_id omap_chip; static unsigned int omap_revision; u32 omap3_features; +EXPORT_SYMBOL(omap3_features); unsigned int omap_rev(void) {