iio: move LIGHT_UVA and LIGHT_UVB to the end of iio_modifier
authorJavier Carrasco <javier.carrasco.cruz@gmail.com>
Sat, 27 Jan 2024 20:02:08 +0000 (21:02 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 28 Jan 2024 13:40:19 +0000 (13:40 +0000)
commit6f6c72acddf4357fcc83593c20ef9064fb42db92
treeeeb17c194addc41a17ad77da06292005a71df285
parent6db053cd949fcd6254cea9f2cd5d39f7bd64379c
iio: move LIGHT_UVA and LIGHT_UVB to the end of iio_modifier

The new modifiers should have added to the end of the enum, so they do
not affect the existing entries.

No modifiers were added since then, so they can be moved safely to the
end of the list.

Move IIO_MOD_LIGHT_UVA and IIO_MOD_LIGHT_UVB to the end of iio_modifier.

Fixes: b89710bd215e ("iio: add modifiers for A and B ultraviolet light")
Suggested-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com>
Link: https://lore.kernel.org/r/20240127200208.185815-1-javier.carrasco.cruz@gmail.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
include/uapi/linux/iio/types.h