ARM: prima2: rtciobrg: fix the typo about license
authorBarry Song <Baohua.Song@csr.com>
Tue, 18 Feb 2014 06:46:30 +0000 (14:46 +0800)
committerBarry Song <Baohua.Song@csr.com>
Wed, 5 Mar 2014 02:30:23 +0000 (10:30 +0800)
we are marking GPL v2 in head comments, but MODULE_LICENSE is declaring GPL.

Signed-off-by: Barry Song <Baohua.Song@csr.com>
arch/arm/mach-prima2/rtciobrg.c

index 9f2da2e..a17c88b 100644 (file)
@@ -137,4 +137,4 @@ postcore_initcall(sirfsoc_rtciobrg_init);
 MODULE_AUTHOR("Zhiwu Song <zhiwu.song@csr.com>, "
                "Barry Song <baohua.song@csr.com>");
 MODULE_DESCRIPTION("CSR SiRFprimaII rtc io bridge");
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPL v2");