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>
pull/10/head
Julien Olivain 2016-11-15 17:35:13 +01:00 committed by Jason Liu
parent 9fe156817e
commit 1f9ee26696
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} },