diff options
| author | JuenKit Yip <[email protected]> | 2023-06-17 00:00:12 +0800 |
|---|---|---|
| committer | Guenter Roeck <[email protected]> | 2023-06-17 08:50:05 -0700 |
| commit | fc669e922ecff02c173a8484f7a5ed4810089209 (patch) | |
| tree | afa44dd42848ea90c3a25f3ba235535405a186af /include/linux/platform_data | |
| parent | 450d1a8ce1e5f1cadd402ae62013afff50a5cc9c (diff) | |
hwmon: (sht3x) remove sht3x_platform_data
Since no in-tree driver supports it, sht3x_platform_data has been
removed and the relevant properties have been moved to sht3x_data.
Signed-off-by: JuenKit Yip <[email protected]>
Link: https://lore.kernel.org/r/DB4PR10MB626126FB7226D5AF341197449258A@DB4PR10MB6261.EURPRD10.PROD.OUTLOOK.COM
Signed-off-by: Guenter Roeck <[email protected]>
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/sht3x.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/include/linux/platform_data/sht3x.h b/include/linux/platform_data/sht3x.h deleted file mode 100644 index 14680d2a98f7..000000000000 --- a/include/linux/platform_data/sht3x.h +++ /dev/null @@ -1,15 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-or-later */ -/* - * Copyright (C) 2016 Sensirion AG, Switzerland - * Author: David Frey <[email protected]> - * Author: Pascal Sachs <[email protected]> - */ - -#ifndef __SHT3X_H_ -#define __SHT3X_H_ - -struct sht3x_platform_data { - bool blocking_io; - bool high_precision; -}; -#endif /* __SHT3X_H_ */ |