* [PATCH] Loongson: Add module info to the loongson2_clock driver
@ 2010-03-09 16:53 Wu Zhangjin
2010-03-11 20:14 ` Ralf Baechle
0 siblings, 1 reply; 2+ messages in thread
From: Wu Zhangjin @ 2010-03-09 16:53 UTC (permalink / raw)
To: Ralf Baechle; +Cc: linux-mips, Wu Zhangjin
From: Wu Zhangjin <wuzhangjin@gmail.com>
This patch fixes the warning of the tool which checks the module info of
the loongson2_clock driver when inserting it into the kernel:
"Feb 25 23:42:27 localhost kernel: [ 4.965000] loongson2_clock: module
license 'unspecified' taints kernel."
Reported-by: Liu Shiwei <liushiwei@gmail.com>
Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com>
---
arch/mips/kernel/cpufreq/loongson2_clock.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/arch/mips/kernel/cpufreq/loongson2_clock.c b/arch/mips/kernel/cpufreq/loongson2_clock.c
index d7ca256..3eaae1d 100644
--- a/arch/mips/kernel/cpufreq/loongson2_clock.c
+++ b/arch/mips/kernel/cpufreq/loongson2_clock.c
@@ -164,3 +164,7 @@ void loongson2_cpu_wait(void)
spin_unlock_irqrestore(&loongson2_wait_lock, flags);
}
EXPORT_SYMBOL_GPL(loongson2_cpu_wait);
+
+MODULE_AUTHOR("Yanhua <yanh@lemote.com>");
+MODULE_DESCRIPTION("cpuclock driver of Loongson2F");
+MODULE_LICENSE("GPL");
--
1.7.0.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Loongson: Add module info to the loongson2_clock driver
2010-03-09 16:53 [PATCH] Loongson: Add module info to the loongson2_clock driver Wu Zhangjin
@ 2010-03-11 20:14 ` Ralf Baechle
0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2010-03-11 20:14 UTC (permalink / raw)
To: Wu Zhangjin; +Cc: linux-mips
On Wed, Mar 10, 2010 at 12:53:21AM +0800, Wu Zhangjin wrote:
> This patch fixes the warning of the tool which checks the module info of
> the loongson2_clock driver when inserting it into the kernel:
>
> "Feb 25 23:42:27 localhost kernel: [ 4.965000] loongson2_clock: module
> license 'unspecified' taints kernel."
>
> Reported-by: Liu Shiwei <liushiwei@gmail.com>
> Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com>
Thanks, applied.
Ralf
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-03-11 20:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-09 16:53 [PATCH] Loongson: Add module info to the loongson2_clock driver Wu Zhangjin
2010-03-11 20:14 ` Ralf Baechle
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.