aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/apds990x.c
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2017-05-30 13:29:26 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2017-05-30 13:29:26 +1000
commit145b391b59abf3a03186b91471d575f29d4b7de9 (patch)
tree96f6bf17eb5b5ee75a9d7e08b2e674f0cd5bee99 /drivers/misc/apds990x.c
parent6512b25fafb0fed1a8c6ecb45797d1a026405b58 (diff)
parent46505c802a55189955d97195c8567ee263168747 (diff)
Merge remote-tracking branch 'char-misc/char-misc-next'
Diffstat (limited to 'drivers/misc/apds990x.c')
-rw-r--r--drivers/misc/apds990x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/apds990x.c b/drivers/misc/apds990x.c
index dfb72ecfa604..c341164edaad 100644
--- a/drivers/misc/apds990x.c
+++ b/drivers/misc/apds990x.c
@@ -32,7 +32,7 @@
#include <linux/delay.h>
#include <linux/wait.h>
#include <linux/slab.h>
-#include <linux/i2c/apds990x.h>
+#include <linux/platform_data/apds990x.h>
/* Register map */
#define APDS990X_ENABLE 0x00 /* Enable of states and interrupts */