diff options
author | Alexander Stein <alexander.stein@ew.tq-group.com> | 2024-06-19 14:27:02 +0200 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2024-06-20 17:39:32 +0200 |
commit | 7c7b1be19b228b450c2945ec379d7fc6bfef9852 (patch) | |
tree | 3d4d132bfc1617774aa9df48b718195de421e4ee /drivers/input/joystick/tmdc.c | |
parent | Input: xpad - add support for ASUS ROG RAIKIRI PRO (diff) | |
download | linux-7c7b1be19b228b450c2945ec379d7fc6bfef9852.tar.xz linux-7c7b1be19b228b450c2945ec379d7fc6bfef9852.zip |
Input: ads7846 - use spi_device_id table
As the driver supports more devices over time the single MODULE_ALIAS
is complete and raises several warnings:
SPI driver ads7846 has no spi_device_id for ti,tsc2046
SPI driver ads7846 has no spi_device_id for ti,ads7843
SPI driver ads7846 has no spi_device_id for ti,ads7845
SPI driver ads7846 has no spi_device_id for ti,ads7873
Fix this by adding a spi_device_id table and removing the manual
MODULE_ALIAS.
Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Link: https://lore.kernel.org/r/20240619122703.2081476-1-alexander.stein@ew.tq-group.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/joystick/tmdc.c')
0 files changed, 0 insertions, 0 deletions