[PATCH] Re: TEA crypto in 2.4: undefined MODULE_ALIAS

From: Meelis Roos
Date: Thu Jul 22 2004 - 08:38:55 EST


> Probably remove the line from the 2.4 version.

This patch removes the MODULE_ALIAS line from 2.4.

===== crypto/tea.c 1.1 vs edited =====
--- 1.1/crypto/tea.c 2004-06-30 08:29:33 +03:00
+++ edited/crypto/tea.c 2004-07-22 16:32:55 +03:00
@@ -239,8 +239,6 @@
crypto_unregister_alg(&xtea_alg);
}

-MODULE_ALIAS("xtea");
-
module_init(init);
module_exit(fini);


--
Meelis Roos (mroos@xxxxxxxx)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/