diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2022-12-07 21:03:44 +0200 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2022-12-28 17:19:46 +0000 |
commit | 1f5e408f6a000be980872b8065e547e2dbef6acc (patch) | |
tree | 488e98948398442208b0fcba4438729884570cae /include/linux/platform_data/tsl2563.h | |
parent | 2080c8d34602a6ad86286a04e5b8b40f40505215 (diff) |
iio: light: tsl2563: Drop legacy platform data code
There is no in-kernel user for legacy platform data.
Otherwise, a new one can use software nodes instead.
Hence, drop legacy platform data code.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Tested-by: Ferry Toth <ftoth@exalondelft.nl>
Link: https://lore.kernel.org/r/20221207190348.9347-7-andriy.shevchenko@linux.intel.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'include/linux/platform_data/tsl2563.h')
-rw-r--r-- | include/linux/platform_data/tsl2563.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/linux/platform_data/tsl2563.h b/include/linux/platform_data/tsl2563.h deleted file mode 100644 index 9cf9309c3f24..000000000000 --- a/include/linux/platform_data/tsl2563.h +++ /dev/null @@ -1,9 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 */ -#ifndef __LINUX_TSL2563_H -#define __LINUX_TSL2563_H - -struct tsl2563_platform_data { - int cover_comp_gain; -}; - -#endif /* __LINUX_TSL2563_H */ |