diff options
author | Ivan Khoronzhuk <ivan.khoronzhuk@ti.com> | 2013-11-27 08:31:53 -0500 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2014-01-09 06:18:31 -0500 |
commit | 843748123d95ae77a489b41f2f193e8502fc7ea8 (patch) | |
tree | 0b539db9b08dc1cf4e4cd94e0224fa460f0a6b47 /drivers/watchdog | |
parent | 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae (diff) |
watchdog: davinci: rename platform driver to davinci-wdt
As we switch to use the watchdog core which permits more than one
active watchdog in the system, rename platform driver to
"davinci-wdt" to be identifiable.
Acked-by: Wim Van Sebroeck <wim@iguana.be>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'drivers/watchdog')
-rw-r--r-- | drivers/watchdog/davinci_wdt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/watchdog/davinci_wdt.c b/drivers/watchdog/davinci_wdt.c index dd625cca1ae5..12591f6596ef 100644 --- a/drivers/watchdog/davinci_wdt.c +++ b/drivers/watchdog/davinci_wdt.c | |||
@@ -247,7 +247,7 @@ MODULE_DEVICE_TABLE(of, davinci_wdt_of_match); | |||
247 | 247 | ||
248 | static struct platform_driver platform_wdt_driver = { | 248 | static struct platform_driver platform_wdt_driver = { |
249 | .driver = { | 249 | .driver = { |
250 | .name = "watchdog", | 250 | .name = "davinci-wdt", |
251 | .owner = THIS_MODULE, | 251 | .owner = THIS_MODULE, |
252 | .of_match_table = davinci_wdt_of_match, | 252 | .of_match_table = davinci_wdt_of_match, |
253 | }, | 253 | }, |
@@ -267,4 +267,4 @@ MODULE_PARM_DESC(heartbeat, | |||
267 | __MODULE_STRING(DEFAULT_HEARTBEAT)); | 267 | __MODULE_STRING(DEFAULT_HEARTBEAT)); |
268 | 268 | ||
269 | MODULE_LICENSE("GPL"); | 269 | MODULE_LICENSE("GPL"); |
270 | MODULE_ALIAS("platform:watchdog"); | 270 | MODULE_ALIAS("platform:davinci-wdt"); |