diff options
| author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2019-12-05 19:46:36 +0200 |
|---|---|---|
| committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2019-12-15 11:42:17 +0000 |
| commit | 0cd9ff1535f4339710dfd577a7d91b96fd4b423b (patch) | |
| tree | 912b42e949516ee56acfa6c4999299a059d01fb4 /include/Kbuild | |
| parent | 32bd4324601dc15a205f2b734e67ee5fd740ee66 (diff) | |
| download | cachepc-linux-0cd9ff1535f4339710dfd577a7d91b96fd4b423b.tar.gz cachepc-linux-0cd9ff1535f4339710dfd577a7d91b96fd4b423b.zip | |
iio: adc: ti-ads1015: Get rid of legacy platform data
Platform data is a legacy interface to supply device properties
to the driver. In this case we even don't have in-kernel users
for it. Just remove it for good.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'include/Kbuild')
| -rw-r--r-- | include/Kbuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/Kbuild b/include/Kbuild index ffba79483cc5..498821e5d9ed 100644 --- a/include/Kbuild +++ b/include/Kbuild @@ -443,7 +443,6 @@ header-test- += linux/platform_data/ad7793.h header-test- += linux/platform_data/ad7887.h header-test- += linux/platform_data/adau17x1.h header-test- += linux/platform_data/adp8870.h -header-test- += linux/platform_data/ads1015.h header-test- += linux/platform_data/ads7828.h header-test- += linux/platform_data/apds990x.h header-test- += linux/platform_data/arm-ux500-pm.h |
