iio: adc: mt6360: Drop an incorrect __maybe_unused marking.
authorJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 7 Aug 2022 16:21:21 +0000 (17:21 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 15 Aug 2022 21:30:02 +0000 (22:30 +0100)
commit1c4986f7e1fdbc44df66b37ee80722a2fcb02163
tree86abed2dbd7691180990dd4260512bc6c332bc7d
parent4c0babbd978a98dfbdacbe078817ea9c953b3298
iio: adc: mt6360: Drop an incorrect __maybe_unused marking.

Given the struct platform_driver has one of it's elements assigned to
point to the of_device_id table, it is never going to be unused.

Drop the marking.

Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Cc: Gene Chen <gene_chen@richtek.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Link: https://lore.kernel.org/r/20220807162121.862894-1-jic23@kernel.org
drivers/iio/adc/mt6360-adc.c