aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/i2c')
-rw-r--r--drivers/i2c/busses/i2c-omap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/i2c/busses/i2c-omap.c b/drivers/i2c/busses/i2c-omap.c
index 760b8be6975f..9d090833e245 100644
--- a/drivers/i2c/busses/i2c-omap.c
+++ b/drivers/i2c/busses/i2c-omap.c
@@ -1139,7 +1139,7 @@ static struct platform_driver omap_i2c_driver = {
1139 .probe = omap_i2c_probe, 1139 .probe = omap_i2c_probe,
1140 .remove = omap_i2c_remove, 1140 .remove = omap_i2c_remove,
1141 .driver = { 1141 .driver = {
1142 .name = "i2c_omap", 1142 .name = "omap_i2c",
1143 .owner = THIS_MODULE, 1143 .owner = THIS_MODULE,
1144 }, 1144 },
1145}; 1145};
@@ -1161,4 +1161,4 @@ module_exit(omap_i2c_exit_driver);
1161MODULE_AUTHOR("MontaVista Software, Inc. (and others)"); 1161MODULE_AUTHOR("MontaVista Software, Inc. (and others)");
1162MODULE_DESCRIPTION("TI OMAP I2C bus adapter"); 1162MODULE_DESCRIPTION("TI OMAP I2C bus adapter");
1163MODULE_LICENSE("GPL"); 1163MODULE_LICENSE("GPL");
1164MODULE_ALIAS("platform:i2c_omap"); 1164MODULE_ALIAS("platform:omap_i2c");