From patchwork Fri Sep 24 03:41:04 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: omar ramirez X-Patchwork-Id: 203492 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 o8O3ocAE015423 for ; Fri, 24 Sep 2010 03:50:39 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755094Ab0IXDuh (ORCPT ); Thu, 23 Sep 2010 23:50:37 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:34175 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753491Ab0IXDuh (ORCPT ); Thu, 23 Sep 2010 23:50:37 -0400 Received: from dlep35.itg.ti.com ([157.170.170.118]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id o8O3oNph031323 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 23 Sep 2010 22:50:23 -0500 Received: from legion.dal.design.ti.com (localhost [127.0.0.1]) by dlep35.itg.ti.com (8.13.7/8.13.7) with ESMTP id o8O3oKbO008479; Thu, 23 Sep 2010 22:50:20 -0500 (CDT) Received: from localhost (bacab.am.dhcp.ti.com [128.247.77.143]) by legion.dal.design.ti.com (8.11.7p1+Sun/8.11.7) with ESMTP id o8O3oKf08160; Thu, 23 Sep 2010 22:50:20 -0500 (CDT) From: Omar Ramirez Luna To: Tony Lindgren Cc: Kevin Hilman , Omar Ramirez Luna , Tony Lindgren , Russell King , Nishanth Menon , Paul Walmsley , Sanjeev Premi , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH 1/2] OMAP: features: export symbol omap3_features Date: Thu, 23 Sep 2010 22:41:04 -0500 Message-Id: <1285299665-21639-1-git-send-email-omar.ramirez@ti.com> X-Mailer: git-send-email 1.7.1 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 03:50:39 +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) {