2016-04-05 06:03:19

by Valentin Rothberg

[permalink] [raw]
Subject: staging:iio:adis162** cleanup

Hi Lars-Peter,

both of your commits 88ae3aedb8ec ("staging:iio:adis16204: Remove
adis16204 driver") and 2bcdb3f2e05f ("staging:iio:adis16220: Remove
adis16220 driver") have shown up in today's linux-next.

The corresponding Kconfig options are still referenced in the __initdata
struct in arch/blackfin/mach-bf537/boards/stamp.c. Shall I send a
trivial patch removing the two #if's or do you prefer to keep them?

I detected the issue with scripts/checkkconfigsymbols.py by diffing
yesterday's and today's linux-next.

Best regards,
Valentin


2016-04-05 17:33:35

by Lars-Peter Clausen

[permalink] [raw]
Subject: Re: staging:iio:adis162** cleanup

On 04/05/2016 08:03 AM, Valentin Rothberg wrote:
> Hi Lars-Peter,
>
> both of your commits 88ae3aedb8ec ("staging:iio:adis16204: Remove
> adis16204 driver") and 2bcdb3f2e05f ("staging:iio:adis16220: Remove
> adis16220 driver") have shown up in today's linux-next.
>
> The corresponding Kconfig options are still referenced in the __initdata
> struct in arch/blackfin/mach-bf537/boards/stamp.c. Shall I send a
> trivial patch removing the two #if's or do you prefer to keep them?
>
> I detected the issue with scripts/checkkconfigsymbols.py by diffing
> yesterday's and today's linux-next.

Hi,

Sorry, I totally overlooked those. Please go ahead and remove those #if blocks.

Thanks,
- Lars