X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=drivers%2Fmisc%2Fbh1780gli.c;h=7f90ce5a569a434e68da725d3a71b59bd86b5453;hb=be7bee9f80c1237e70cc6411e5b432681941247c;hp=4c4a59b2553797b52cde8c4465da82d979eee1ed;hpb=b92178623f190a9898fed3632fb40b17f6789673;p=cascardo%2Flinux.git diff --git a/drivers/misc/bh1780gli.c b/drivers/misc/bh1780gli.c index 4c4a59b25537..7f90ce5a569a 100644 --- a/drivers/misc/bh1780gli.c +++ b/drivers/misc/bh1780gli.c @@ -230,6 +230,8 @@ static const struct i2c_device_id bh1780_id[] = { { }, }; +MODULE_DEVICE_TABLE(i2c, bh1780_id); + #ifdef CONFIG_OF static const struct of_device_id of_bh1780_match[] = { { .compatible = "rohm,bh1780gli", },