diff mbox

[RFC] omap: mailbox: fix detection for previously supported chips

Message ID 878w2sm19a.fsf@deeprootsystems.com (mailing list archive)
State Rejected, archived
Delegated to: Tony Lindgren
Headers show

Commit Message

Kevin Hilman Sept. 24, 2010, 12:30 a.m. UTC
None
diff mbox

Patch

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)
 {