From 878e75f5c204dcc9fcb94d6d3038ba8e00be3831 Mon Sep 17 00:00:00 2001 From: Andreas Westin Date: Fri, 13 Jan 2012 09:22:50 +0100 Subject: mach-ux500: Export dbx500_id symbol dbx500_id symbol should be exported so drivers compiled as modules and uses this functionality does not fail. ST-Ericsson ID: 410412 ST-Ericsson FOSS-OUT ID: Trivial ST-Ericsson Linux next: N/A Change-Id: I1eeb571b5224df7f9ef6f0eaf83a9fd56cb29b6a Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/45386 Reviewed-by: Joakim BECH Reviewed-by: QABUILD Reviewed-by: Rabin VINCENT Tested-by: Andreas WESTIN --- arch/arm/mach-ux500/id.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-ux500/id.c b/arch/arm/mach-ux500/id.c index 15a0f63b2e2..d42d3a9ac9c 100644 --- a/arch/arm/mach-ux500/id.c +++ b/arch/arm/mach-ux500/id.c @@ -18,6 +18,7 @@ #include struct dbx500_asic_id dbx500_id; +EXPORT_SYMBOL(dbx500_id); static unsigned int ux500_read_asicid(phys_addr_t addr) { -- cgit v1.2.3