diff options
Diffstat (limited to 'drivers/misc/apds990x.c')
-rw-r--r-- | drivers/misc/apds990x.c | 2 |
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 @@ | |||
32 | #include <linux/delay.h> | 32 | #include <linux/delay.h> |
33 | #include <linux/wait.h> | 33 | #include <linux/wait.h> |
34 | #include <linux/slab.h> | 34 | #include <linux/slab.h> |
35 | #include <linux/i2c/apds990x.h> | 35 | #include <linux/platform_data/apds990x.h> |
36 | 36 | ||
37 | /* Register map */ | 37 | /* Register map */ |
38 | #define APDS990X_ENABLE 0x00 /* Enable of states and interrupts */ | 38 | #define APDS990X_ENABLE 0x00 /* Enable of states and interrupts */ |