Re: [PATCH] Large Block Device patch part 5/4
Russell King (rmk@arm.linux.org.uk)
Thu, 3 Oct 2002 13:19:14 +0100
On Thu, Oct 03, 2002 at 03:49:33PM +1000, peterc@gelato.unsw.edu.au wrote:
> +#ifdef CONFIG_LBD
> extern u64 __udivdi3(u64, u64);
> extern u64 __umoddi3(u64, u64);
> +EXPORT_SYMBOL(__udivdi3);
> +EXPORT_SYMBOL(__umoddi3);
> +#endif
> EXPORT_SYMBOL(md_size);
> EXPORT_SYMBOL(register_md_personality);
> EXPORT_SYMBOL(unregister_md_personality);
> @@ -3493,6 +3497,4 @@
> EXPORT_SYMBOL(md_wakeup_thread);
> EXPORT_SYMBOL(md_print_devices);
> EXPORT_SYMBOL(md_interrupt_thread);
> -EXPORT_SYMBOL(__udivdi3);
> -EXPORT_SYMBOL(__umoddi3);
> MODULE_LICENSE("GPL");
These exports should be performed by the architecture not by generic
drivers.
Please move them into all architectures.
--
Russell King (rmk@arm.linux.org.uk) The developer of ARM Linux
http://www.arm.linux.org.uk/personal/aboutme.html
-
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/