Module: xenomai-forge
Branch: next
Commit: c266d4f1934ec4108c9981e71bef3212525c422f
URL:    
http://git.xenomai.org/?p=xenomai-forge.git;a=commit;h=c266d4f1934ec4108c9981e71bef3212525c422f

Author: Philippe Gerum <r...@xenomai.org>
Date:   Wed Sep 10 11:54:13 2014 +0200

cobalt/kernel: drop module information from purely static parts

---

 kernel/cobalt/init.c       |    3 ---
 kernel/cobalt/posix/init.c |    4 ----
 kernel/cobalt/rtdm/init.c  |    4 ----
 3 files changed, 11 deletions(-)

diff --git a/kernel/cobalt/init.c b/kernel/cobalt/init.c
index e729b11..aaefabb 100644
--- a/kernel/cobalt/init.c
+++ b/kernel/cobalt/init.c
@@ -46,9 +46,6 @@
  * Cobalt provides an implementation of the POSIX and RTDM interfaces
  * based on a set of generic RTOS building blocks.
  */
-MODULE_DESCRIPTION("Cobalt kernel");
-MODULE_AUTHOR("r...@xenomai.org");
-MODULE_LICENSE("GPL");
 
 static unsigned long timerfreq_arg;
 module_param_named(timerfreq, timerfreq_arg, ulong, 0444);
diff --git a/kernel/cobalt/posix/init.c b/kernel/cobalt/posix/init.c
index 33da67a..e97f96f 100644
--- a/kernel/cobalt/posix/init.c
+++ b/kernel/cobalt/posix/init.c
@@ -30,10 +30,6 @@
 #include "monitor.h"
 #include "event.h"
 
-MODULE_DESCRIPTION("Xenomai/cobalt POSIX interface");
-MODULE_AUTHOR("gilles.chanteperd...@xenomai.org");
-MODULE_LICENSE("GPL");
-
 struct cobalt_kqueues cobalt_global_kqueues;
 
 void cobalt_cleanup(void)
diff --git a/kernel/cobalt/rtdm/init.c b/kernel/cobalt/rtdm/init.c
index 140e313..50cb4ad 100644
--- a/kernel/cobalt/rtdm/init.c
+++ b/kernel/cobalt/rtdm/init.c
@@ -34,10 +34,6 @@
  * to extend a device profile with more hardware-specific functions.
  */
 
-MODULE_DESCRIPTION("Real-Time Driver Model");
-MODULE_AUTHOR("jan.kis...@web.de");
-MODULE_LICENSE("GPL");
-
 void rtdm_cleanup(void)
 {
        rtdm_proc_cleanup();


_______________________________________________
Xenomai-git mailing list
Xenomai-git@xenomai.org
http://www.xenomai.org/mailman/listinfo/xenomai-git

Reply via email to