[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1432679879-16211-1-git-send-email-ludek_h@seznam.cz>
Date: Wed, 27 May 2015 00:37:59 +0200
From: Ludek Hlavacek <ludek_h@...nam.cz>
To: zbr@...emap.net
Cc: fjodor.schelichow@...mail.com, romsom2@...oo.de,
gregkh@...uxfoundation.org, linux-kernel@...r.kernel.org,
Ludek Hlavacek <ludek_h@...nam.cz>
Subject: [PATCH] w1: ds2482: Add i2c module alias name
Add i2c alias to enable autoloading of the module for device specified
in device-tree.
Signed-off-by: Ludek Hlavacek <ludek_h@...nam.cz>
---
drivers/w1/masters/ds2482.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/w1/masters/ds2482.c b/drivers/w1/masters/ds2482.c
index e76a9b3..a674409 100644
--- a/drivers/w1/masters/ds2482.c
+++ b/drivers/w1/masters/ds2482.c
@@ -93,6 +93,7 @@ static const struct i2c_device_id ds2482_id[] = {
{ "ds2482", 0 },
{ }
};
+MODULE_DEVICE_TABLE(i2c, ds2482_id);
static struct i2c_driver ds2482_driver = {
.driver = {
--
2.0.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists