Re: [PATCH] 2.4.12-ac1: a few more net MODULE_LICENSE patches

Jes Sorensen (jes@sunsite.dk)
16 Oct 2001 17:05:00 +0200


>>>>> "Frank" == Frank Davis <fdavis@si.rr.com> writes:

Frank> Hello, I've attached a few more MODULE_LICENSE patches against
Frank> 2.4.12-ac1 . A few more net MODULE_LICENSE patches to follow
Frank> soon. Please review. Regards, Frank ---

ARGH!

Alan, please do not apply this one.

Why are you trying to remove my compat macro for MODULE_LICENSE? I am
trying to maintain the source so it compiles under multiple kernels!

If you submit acenic patches, make sure to drop a copy in my
inbox. Yes, I am listed in the source code, it's really hard to miss.

Jes

--- drivers/net/acenic.c.old Fri Oct 12 18:42:54 2001
+++ drivers/net/acenic.c Sun Oct 14 11:56:31 2001
@@ -145,10 +145,6 @@
#endif


-#ifndef MODULE_LICENSE
-#define MODULE_LICENSE(a)
-#endif
-
#ifndef wmb
#define wmb() mb()
#endif
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/