Title: [6785] branches/2009R1/kernel/module.c: module versioning: back out part of previous change as the "struct_module" is a literal symbol added by modpost rather than a symbol added in C code
Revision
6785
Author
vapier
Date
2009-06-18 10:26:16 -0500 (Thu, 18 Jun 2009)

Log Message

module versioning: back out part of previous change as the "struct_module" is a literal symbol added by modpost rather than a symbol added in C code

Modified Paths

Diff

Modified: branches/2009R1/kernel/module.c (6784 => 6785)


--- branches/2009R1/kernel/module.c	2009-06-18 13:24:18 UTC (rev 6784)
+++ branches/2009R1/kernel/module.c	2009-06-18 15:26:16 UTC (rev 6785)
@@ -1014,7 +1014,7 @@
 
 	if (IS_ERR_VALUE(find_symbol("_struct_module", NULL, &crc, true, false)))
 		BUG();
-	return check_version(sechdrs, versindex, "_struct_module", mod, crc);
+	return check_version(sechdrs, versindex, "struct_module", mod, crc);
 }
 
 /* First part is kernel version, which we ignore if module has crcs. */
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to