--- kernel-source-cloop-2.01/compressed_loop.c.compat26 2004-02-06 04:14:19 +0300 +++ kernel-source-cloop-2.01/compressed_loop.c 2004-04-02 19:32:49 +0400 @@ -879,15 +879,3 @@ static void cloop_exit(void) /* The cloop init and exit function registration (especially needed for Kernel 2.6) */ module_init(cloop_init); module_exit(cloop_exit); - -#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,0) -#include -#include - -MODULE_INFO(vermagic, VERMAGIC_STRING); - -static const char __module_depends[] -__attribute_used__ -__attribute__((section(".modinfo"))) = -"depends="; -#endif