Commit be7bee9f authored by Jean Delvare's avatar Jean Delvare Committed by Greg Kroah-Hartman

misc: bh1780: Add module aliases

The bh1780gli driver does not create an i2c module alias for the
device it supports, preventing the driver from being loaded
automatically when needed on non-OF/DT systems. Add it.
Signed-off-by: default avatarJean Delvare <jdelvare@suse.de>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b1a3f243
...@@ -230,6 +230,8 @@ static const struct i2c_device_id bh1780_id[] = { ...@@ -230,6 +230,8 @@ static const struct i2c_device_id bh1780_id[] = {
{ }, { },
}; };
MODULE_DEVICE_TABLE(i2c, bh1780_id);
#ifdef CONFIG_OF #ifdef CONFIG_OF
static const struct of_device_id of_bh1780_match[] = { static const struct of_device_id of_bh1780_match[] = {
{ .compatible = "rohm,bh1780gli", }, { .compatible = "rohm,bh1780gli", },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment