summaryrefslogtreecommitdiff
path: root/drivers/mxc/pmic/core/mc13892.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mxc/pmic/core/mc13892.c')
-rw-r--r--drivers/mxc/pmic/core/mc13892.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/mxc/pmic/core/mc13892.c b/drivers/mxc/pmic/core/mc13892.c
index 9f232a4f5718..1175ab633fc6 100644
--- a/drivers/mxc/pmic/core/mc13892.c
+++ b/drivers/mxc/pmic/core/mc13892.c
@@ -262,6 +262,7 @@ int pmic_event_unmask(type_event event)
return ret;
}
+EXPORT_SYMBOL(pmic_event_unmask);
int pmic_event_mask(type_event event)
{
@@ -294,7 +295,7 @@ int pmic_event_mask(type_event event)
return ret;
}
-
+EXPORT_SYMBOL(pmic_event_mask);
/*!
* This function returns the PMIC version in system.
*