]> git.ipfire.org Git - thirdparty/linux.git/commit
iio: proximity: sx9324: Drop unused driver data
authorUwe Kleine-König (The Capable Hub) <u.kleine-koenig@baylibre.com>
Tue, 19 May 2026 08:13:07 +0000 (10:13 +0200)
committerJonathan Cameron <jic23@kernel.org>
Sun, 31 May 2026 10:01:46 +0000 (11:01 +0100)
commiteb3fdf3d9bcc555a535dfa771129ad048abf042e
tree986b24c4d3b664de0f251e337dd20f4daf29ccc2
parenta7ee2d07013bd369285a0b87f219bd81a1f103ad
iio: proximity: sx9324: Drop unused driver data

The value assigned in the three device_id entries (ACPI, of and i2c) are
unused, directly in the driver and also the sx_common support lib. Drop
them and while touching these arrays, convert to named initializers.

Signed-off-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig@baylibre.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/proximity/sx9324.c