powerpc: Don't export cvt_fd & _df when CONFIG_PPC_FPU is not set

Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
parent ecca1a34
...@@ -101,7 +101,7 @@ EXPORT_SYMBOL(pci_dram_offset); ...@@ -101,7 +101,7 @@ EXPORT_SYMBOL(pci_dram_offset);
EXPORT_SYMBOL(start_thread); EXPORT_SYMBOL(start_thread);
EXPORT_SYMBOL(kernel_thread); EXPORT_SYMBOL(kernel_thread);
#ifndef CONFIG_BOOKE #ifdef CONFIG_PPC_FPU
EXPORT_SYMBOL_GPL(cvt_df); EXPORT_SYMBOL_GPL(cvt_df);
EXPORT_SYMBOL_GPL(cvt_fd); EXPORT_SYMBOL_GPL(cvt_fd);
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment