summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Westin <andreas.westin@stericsson.com>2012-01-13 09:22:50 +0100
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-05-22 11:02:41 +0200
commit878e75f5c204dcc9fcb94d6d3038ba8e00be3831 (patch)
tree0758aaab3c739e9561a841a863e059fd65646444
parent96c8239fb055ee1bf8e95fc1a5976edb83f38f38 (diff)
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 <joakim.xx.bech@stericsson.com> Reviewed-by: QABUILD Reviewed-by: Rabin VINCENT <rabin.vincent@stericsson.com> Tested-by: Andreas WESTIN <andreas.westin@stericsson.com>
-rw-r--r--arch/arm/mach-ux500/id.c1
1 files changed, 1 insertions, 0 deletions
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 <mach/setup.h>
struct dbx500_asic_id dbx500_id;
+EXPORT_SYMBOL(dbx500_id);
static unsigned int ux500_read_asicid(phys_addr_t addr)
{