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

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
......@@ -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");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment