platform/olpc: olpc-xo175-ec: Use SPI device ID data to bind device
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Thu, 16 Mar 2023 16:03:24 +0000 (17:03 +0100)
committerHans de Goede <hdegoede@redhat.com>
Mon, 20 Mar 2023 13:43:35 +0000 (14:43 +0100)
commitd7b2b9387edac5a93058dcbf9b70017a764bfd18
tree352de15a01145a63a8c87039fb45e2e7cef5d55f
parentfd3c3584539026a708493a49f65d8ff3eb369002
platform/olpc: olpc-xo175-ec: Use SPI device ID data to bind device

The driver defines spi_device_id table for module autoloading, but does
not use it in id_table which causes W=1 warning:

  drivers/platform/olpc/olpc-xo175-ec.c:737:35: error: ‘olpc_xo175_ec_id_table’ defined but not used [-Werror=unused-const-variable=]

Reference the SPI device ID table, so it can be also used for device
binding.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230316160324.78856-1-krzysztof.kozlowski@linaro.org
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/platform/olpc/olpc-xo175-ec.c