forked from Minki/linux
staging: iio: light: isl29018/28: remove I2C_CLASS_HWMON .class setting
I2C_CLASS_HWMON is for a hardware monitoring chip wanting auto-detection. IIO drivers don't typically use .class. Remove it. Signed-off-by: Alison Schofield <amsfield22@gmail.com> Cc: Daniel Baluta <daniel.baluta@gmail.com> Acked-by: Laxman Dewangan <ldewangan@nvidia.com> Acked-by: Wolfram Sang <wsa@the-dreams.de> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
This commit is contained in:
parent
f612770432
commit
b75b23bc59
@ -823,7 +823,6 @@ static const struct of_device_id isl29018_of_match[] = {
|
||||
MODULE_DEVICE_TABLE(of, isl29018_of_match);
|
||||
|
||||
static struct i2c_driver isl29018_driver = {
|
||||
.class = I2C_CLASS_HWMON,
|
||||
.driver = {
|
||||
.name = "isl29018",
|
||||
.acpi_match_table = ACPI_PTR(isl29018_acpi_match),
|
||||
|
@ -546,7 +546,6 @@ static const struct of_device_id isl29028_of_match[] = {
|
||||
MODULE_DEVICE_TABLE(of, isl29028_of_match);
|
||||
|
||||
static struct i2c_driver isl29028_driver = {
|
||||
.class = I2C_CLASS_HWMON,
|
||||
.driver = {
|
||||
.name = "isl29028",
|
||||
.of_match_table = isl29028_of_match,
|
||||
|
Loading…
Reference in New Issue
Block a user