1
0
Fork 0

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>
Signed-off-by: Vipul Kumar <vipul_kumar@mentor.com>
5.4-rM2-2.2.x-imx-squashed
Julien Olivain 2016-11-15 17:35:13 +01:00 committed by Dong Aisheng
parent 16a52e9040
commit 917ca5df66
1 changed files with 1 additions and 0 deletions

View File

@ -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} },