diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2017-03-29 18:34:24 +0300 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2017-06-05 21:39:12 +0300 |
commit | ecd94a41debfd21961c9f59f639dce26f2c779f0 (patch) | |
tree | 55d60223baf09dea6734a03e52d8066cfce9c4e0 /drivers/watchdog | |
parent | 08497f22b15affcf08fb2d1173caa73e7ad54df7 (diff) | |
download | linux-ecd94a41debfd21961c9f59f639dce26f2c779f0.tar.xz |
watchdog: orion: make license info match the file header
The header says: This file is licensed under the terms of the GNU
General Public License version 2. The right identifier for
MODULE_LICENSE is "GPL v2" then.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog')
-rw-r--r-- | drivers/watchdog/orion_wdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/orion_wdt.c b/drivers/watchdog/orion_wdt.c index 39be4dd8035e..83af7d6cc37c 100644 --- a/drivers/watchdog/orion_wdt.c +++ b/drivers/watchdog/orion_wdt.c @@ -651,5 +651,5 @@ module_param(nowayout, bool, 0); MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default=" __MODULE_STRING(WATCHDOG_NOWAYOUT) ")"); -MODULE_LICENSE("GPL"); +MODULE_LICENSE("GPL v2"); MODULE_ALIAS("platform:orion_wdt"); |