Re: [PATCH] Large Block Device patch part 5/4

From: Russell King (rmk@arm.linux.org.uk)
Date: Thu Oct 03 2002 - 07:19:14 EST


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/



This archive was generated by hypermail 2b29 : Mon Oct 07 2002 - 22:00:38 EST