All of lore.kernel.org
 help / color / mirror / Atom feed
* [Adeos-main] [JANITOR][PATCH 4/7] Cleanups in ipipe/core.c
@ 2007-04-26 18:40 Jan Kiszka
  0 siblings, 0 replies; only message in thread
From: Jan Kiszka @ 2007-04-26 18:40 UTC (permalink / raw)
  To: adeos-main; +Cc: Philippe Gerum


[-- Attachment #1.1: Type: text/plain, Size: 160 bytes --]

I-pipe is no longer a module, this we can remove related information.
Moreover, I didn't find a reason why __ipipe_dispatch_event should be
exported.

Jan

[-- Attachment #1.2: cleanup-core.patch --]
[-- Type: text/plain, Size: 827 bytes --]

---
 kernel/ipipe/core.c |    4 ----
 1 file changed, 4 deletions(-)

Index: linux-2.6.20/kernel/ipipe/core.c
===================================================================
--- linux-2.6.20.orig/kernel/ipipe/core.c
+++ linux-2.6.20/kernel/ipipe/core.c
@@ -34,9 +34,6 @@
 #include <linux/seq_file.h>
 #endif	/* CONFIG_PROC_FS */
 
-MODULE_DESCRIPTION("I-pipe");
-MODULE_LICENSE("GPL");
-
 static int __ipipe_ptd_key_count;
 
 static unsigned long __ipipe_ptd_key_map;
@@ -1402,7 +1399,6 @@ EXPORT_SYMBOL(__ipipe_stall_root);
 EXPORT_SYMBOL(__ipipe_restore_root);
 EXPORT_SYMBOL(__ipipe_test_and_stall_root);
 EXPORT_SYMBOL(__ipipe_test_root);
-EXPORT_SYMBOL(__ipipe_dispatch_event);
 EXPORT_SYMBOL(__ipipe_pipeline);
 EXPORT_SYMBOL(ipipe_register_domain);
 EXPORT_SYMBOL(ipipe_unregister_domain);

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 250 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-04-26 18:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-26 18:40 [Adeos-main] [JANITOR][PATCH 4/7] Cleanups in ipipe/core.c Jan Kiszka

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.