Commit 0de555ee authored by Komal Shah's avatar Komal Shah Committed by Juha Yrjola

ARM: OMAP: Change watchdog driver_name back to "omap_wdt"

A previous patch mistakenly renamed the watchdog driver's driver_name.
Signed-off-by: default avatarKomal Shah <komal_shah802003@yahoo.com>
Signed-off-by: default avatarJuha Yrjl <juha.yrjola@nokia.com>
parent 480a299b
......@@ -362,7 +362,7 @@ static struct platform_driver omap_wdt_driver = {
.resume = omap_wdt_resume,
.driver = {
.owner = THIS_MODULE,
.name = "omap-wdt",
.name = "omap_wdt",
},
};
......
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