diff options
| author | Jonathan Cameron <jic23@kernel.org> | 2013-01-12 05:35:00 -0500 |
|---|---|---|
| committer | Jonathan Cameron <jic23@kernel.org> | 2013-01-27 12:37:24 -0500 |
| commit | 9c2251dd4b7feba14d35835c6835024840b1f76b (patch) | |
| tree | 5f0ce5da5d55d02379f23b9eff0314f7cb595c38 /include/linux/platform_data | |
| parent | af0b8ee32c831e6e8fbfe0b311b9ac017d14b78d (diff) | |
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')
| -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 @@ | |||
| 1 | #ifndef __LINUX_TSL2563_H | ||
| 2 | #define __LINUX_TSL2563_H | ||
| 3 | |||
| 4 | struct tsl2563_platform_data { | ||
| 5 | int cover_comp_gain; | ||
| 6 | }; | ||
| 7 | |||
| 8 | #endif /* __LINUX_TSL2563_H */ | ||
