aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2016-01-15 18:35:34 +0100
committerWim Van Sebroeck <wim@iguana.be>2016-01-31 16:51:56 +0100
commit29efefb9091dc7b58a2ac9d054c92295101e6bb2 (patch)
treecb3460659e7aa48485f4706f11ebf7e5e6960387 /drivers/watchdog
parentLinux 4.5-rc1 (diff)
downloadlinux-dev-29efefb9091dc7b58a2ac9d054c92295101e6bb2.tar.xz
linux-dev-29efefb9091dc7b58a2ac9d054c92295101e6bb2.zip
watchdog: max63xx: make module's license marker match the header
The header specifies GPL version 2 only, so make the MODULE_LICENSE string use the respective string for that. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> 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/max63xx_wdt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/max63xx_wdt.c b/drivers/watchdog/max63xx_wdt.c
index f36ca4be0720..ac5840d9689a 100644
--- a/drivers/watchdog/max63xx_wdt.c
+++ b/drivers/watchdog/max63xx_wdt.c
@@ -292,4 +292,4 @@ MODULE_PARM_DESC(nodelay,
"Force selection of a timeout setting without initial delay "
"(max6373/74 only, default=0)");
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPL v2");