Re: [patch] add module_arch_cleanup() and improve module debugging output

Pete Zaitcev (zaitcev@redhat.com)
Wed, 9 Apr 2003 21:21:05 -0400


> --- a/arch/sparc/kernel/module.c Wed Apr 9 14:49:48 2003
> +++ b/arch/sparc/kernel/module.c Wed Apr 9 14:49:48 2003
> @@ -145,3 +145,7 @@
> {
> return 0;
> }
> +
> +void module_arch_cleanup(struct module *mod)
> +{
> +}

Why not to do #define module_arch_cleanup(mod) /* */ ?

-- Pete
-
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/