diff options
author | Jonathan Cameron <jic23@kernel.org> | 2013-01-12 10:35:00 +0000 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2013-01-27 17:37:24 +0000 |
commit | 9c2251dd4b7feba14d35835c6835024840b1f76b (patch) | |
tree | 5f0ce5da5d55d02379f23b9eff0314f7cb595c38 /include/linux/platform_data/tsl2563.h | |
parent | af0b8ee32c831e6e8fbfe0b311b9ac017d14b78d (diff) | |
download | lwn-9c2251dd4b7feba14d35835c6835024840b1f76b.tar.gz lwn-9c2251dd4b7feba14d35835c6835024840b1f76b.zip |
iio:light:tsl2563 move out of staging
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.h | 8 |
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 */ |