iio: accel: kxcjk-1013: Remove redundant I²C ID
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 24 Oct 2024 19:04:55 +0000 (22:04 +0300)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 28 Oct 2024 20:04:11 +0000 (20:04 +0000)
The ACPI IDs are defined in the respective ID tables. Puting them
to the I²C ID legacy table has no meaning. Remove that ID.

Fixes: 3bfa74f86006 ("iio:kxcjk-1013: Add support for SMO8500 device")
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://patch.msgid.link/20241024191200.229894-7-andriy.shevchenko@linux.intel.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/accel/kxcjk-1013.c

index bbf65fc..2eec95d 100644 (file)
@@ -1717,7 +1717,6 @@ static const struct i2c_device_id kxcjk1013_id[] = {
        {"kxtf9",     KXTF9},
        {"kx022-1020", KX0221020},
        {"kx023-1025", KX0231025},
-       {"SMO8500",   KXCJ91008},
        {}
 };