[PATCH] misc: bh1780: Add module aliases

From: Jean Delvare
Date: Sun Mar 08 2015 - 04:50:11 EST


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: Jean Delvare <jdelvare@xxxxxxx>
Cc: Arnd Bergmann <arnd@xxxxxxxx>
Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
---
drivers/misc/bh1780gli.c | 2 ++
1 file changed, 2 insertions(+)

--- linux-4.0-rc2.orig/drivers/misc/bh1780gli.c 2015-02-23 03:21:14.000000000 +0100
+++ linux-4.0-rc2/drivers/misc/bh1780gli.c 2015-03-08 09:38:28.742091860 +0100
@@ -230,6 +230,8 @@ static const struct i2c_device_id bh1780
{ },
};

+MODULE_DEVICE_TABLE(i2c, bh1780_id);
+
#ifdef CONFIG_OF
static const struct of_device_id of_bh1780_match[] = {
{ .compatible = "rohm,bh1780gli", },


--
Jean Delvare
SUSE L3 Support
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/