Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5b7356bb authored by Barry Song's avatar Barry Song
Browse files

ARM: prima2: rtciobrg: fix the typo about license



we are marking GPL v2 in head comments, but MODULE_LICENSE is declaring GPL.

Signed-off-by: default avatarBarry Song <Baohua.Song@csr.com>
parent 8ccf166c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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");