mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-21 06:01:23 +00:00
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>
This commit is contained in:
parent
af0b8ee32c
commit
9c2251dd4b
7 changed files with 14 additions and 15 deletions
8
include/linux/platform_data/tsl2563.h
Normal file
8
include/linux/platform_data/tsl2563.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
#ifndef __LINUX_TSL2563_H
|
||||
#define __LINUX_TSL2563_H
|
||||
|
||||
struct tsl2563_platform_data {
|
||||
int cover_comp_gain;
|
||||
};
|
||||
|
||||
#endif /* __LINUX_TSL2563_H */
|
Loading…
Add table
Add a link
Reference in a new issue