Re: [PATCH] iio: dac: ad7303: remove platform data header

2020-10-10 Thread Jonathan Cameron
On Thu, 1 Oct 2020 17:10:04 +0300 Alexandru Ardelean wrote: > The information in the ad7303 platform_data header is unused, so it's dead > code. > This change removes it and it's inclusion from the driver. > > Signed-off-by: Alexandru Ardelean Applied. Thanks, Jonathan > --- >

[PATCH] iio: dac: ad7303: remove platform data header

2020-10-01 Thread Alexandru Ardelean
The information in the ad7303 platform_data header is unused, so it's dead code. This change removes it and it's inclusion from the driver. Signed-off-by: Alexandru Ardelean --- drivers/iio/dac/ad7303.c | 2 -- include/linux/platform_data/ad7303.h | 20 2 files