diff options
author | Wu Zhangjin <wuzhangjin@gmail.com> | 2010-03-10 00:53:21 +0800 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-04-12 17:26:12 +0100 |
commit | 582b65e4d3f9664f87661359af99def304bc68bb (patch) | |
tree | 8e94fef3542b7d7c4d3b7c560babc03ef5600aac /arch/mips | |
parent | b846c10da5d6a5c159ab4dea92c1080d5add9fb1 (diff) | |
download | linux-3.10-582b65e4d3f9664f87661359af99def304bc68bb.tar.gz linux-3.10-582b65e4d3f9664f87661359af99def304bc68bb.tar.bz2 linux-3.10-582b65e4d3f9664f87661359af99def304bc68bb.zip |
MIPS: Loongson: Add module info to the loongson2_clock driver
This patch fixes a kernel warning when loading the the loongson2_clock
driver:
"Feb 25 23:42:27 localhost kernel: [ 4.965000] loongson2_clock: module
license 'unspecified' taints kernel."
Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com>
Reported-by: Liu Shiwei <liushiwei@gmail.com>
Cc: linux-mips@linux-mips.org
Patchwork: http://patchwork.linux-mips.org/patch/1045/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | 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 d7ca256e33e..cefc6e259ba 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("cpufreq driver for Loongson 2F"); +MODULE_LICENSE("GPL"); |