summaryrefslogtreecommitdiff
path: root/include/linux/platform_data/tsl2563.h
diff options
context:
space:
mode:
authorJonathan Cameron <jic23@kernel.org>2013-01-12 10:35:00 +0000
committerJonathan Cameron <jic23@kernel.org>2013-01-27 17:37:24 +0000
commit9c2251dd4b7feba14d35835c6835024840b1f76b (patch)
tree5f0ce5da5d55d02379f23b9eff0314f7cb595c38 /include/linux/platform_data/tsl2563.h
parentaf0b8ee32c831e6e8fbfe0b311b9ac017d14b78d (diff)
iio:light:tsl2563 move out of stagingiio-for-3.9b-v2
This driver is simple, uses the latest interfaces and contains few if any controversial elements. All of its interfaces have been in place for a long time now. Hence let's move it out of staging. Signed-off-by: Jonathan Cameron <jic23@kernel.org> Acked-by: Peter Meerwald <pmeerw@pmeerw.net>
Diffstat (limited to 'include/linux/platform_data/tsl2563.h')
-rw-r--r--include/linux/platform_data/tsl2563.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/linux/platform_data/tsl2563.h b/include/linux/platform_data/tsl2563.h
new file mode 100644
index 000000000000..c90d7a09dda7
--- /dev/null
+++ b/include/linux/platform_data/tsl2563.h
@@ -0,0 +1,8 @@
+#ifndef __LINUX_TSL2563_H
+#define __LINUX_TSL2563_H
+
+struct tsl2563_platform_data {
+ int cover_comp_gain;
+};
+
+#endif /* __LINUX_TSL2563_H */