[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20080414141942.GL6695@cs181133002.pp.htv.fi>
Date: Mon, 14 Apr 2008 17:19:42 +0300
From: Adrian Bunk <bunk@...nel.org>
To: paulus@...ba.org
Cc: linuxppc-dev@...abs.org, linux-kernel@...r.kernel.org
Subject: [2.6 patch] powerpc/sysdev/rtc_cmos_setup.c: add MODULE_LICENSE
This patch adds the missing MODULE_LICENSE("GPL").
Signed-off-by: Adrian Bunk <bunk@...nel.org>
---
6f9e3869ba8122adefb706c7d5c18cf4b2dc65c9 diff --git a/arch/powerpc/sysdev/rtc_cmos_setup.c b/arch/powerpc/sysdev/rtc_cmos_setup.c
index 0c9ac7e..c09ddc0 100644
--- a/arch/powerpc/sysdev/rtc_cmos_setup.c
+++ b/arch/powerpc/sysdev/rtc_cmos_setup.c
@@ -56,3 +56,5 @@ static int __init add_rtc(void)
return 0;
}
fs_initcall(add_rtc);
+
+MODULE_LICENSE("GPL");
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists