summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Olivain <julien.olivain@nxp.com>2016-11-15 17:35:13 +0100
committerLeonard Crestez <leonard.crestez@nxp.com>2018-08-24 12:41:33 +0300
commitabd65eaab0ef4b307dbd68b435673573cb0d4c60 (patch)
treed23ec607e45d7e2ab9469cf93c2da28e4d532d33
parent96b59ea136e52f2efe77bf53f76f1c06724e68c7 (diff)
MLK-13471: fxls8471: add a symbol export to fix module build
When CONFIG_SENSOR_FXLS8471=m build was failing due to missing exported symbol. This patch export the missing symbol. Signed-off-by: Julien Olivain <julien.olivain@nxp.com>
-rw-r--r--drivers/input/misc/fxls8471.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/misc/fxls8471.c b/drivers/input/misc/fxls8471.c
index e77ef1b137a3..ef7368bb519b 100644
--- a/drivers/input/misc/fxls8471.c
+++ b/drivers/input/misc/fxls8471.c
@@ -49,6 +49,7 @@
#define FXLS8471_BUF_SIZE 6
struct fxls8471_data fxls8471_dev;
+EXPORT_SYMBOL(fxls8471_dev);
static int fxls8471_position_setting[8][3][3] = {
{{0, -1, 0}, {1, 0, 0}, {0, 0, 1} },