aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/kernel/setup.c')
-rw-r--r--arch/mips/kernel/setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/setup.c b/arch/mips/kernel/setup.c
index 8aaaa42f91ed..e64b9e8bb002 100644
--- a/arch/mips/kernel/setup.c
+++ b/arch/mips/kernel/setup.c
@@ -1075,7 +1075,7 @@ static int __init debugfs_mips(void)
1075arch_initcall(debugfs_mips); 1075arch_initcall(debugfs_mips);
1076#endif 1076#endif
1077 1077
1078#if defined(CONFIG_DMA_MAYBE_COHERENT) && !defined(CONFIG_DMA_PERDEV_COHERENT) 1078#ifdef CONFIG_DMA_MAYBE_COHERENT
1079/* User defined DMA coherency from command line. */ 1079/* User defined DMA coherency from command line. */
1080enum coherent_io_user_state coherentio = IO_COHERENCE_DEFAULT; 1080enum coherent_io_user_state coherentio = IO_COHERENCE_DEFAULT;
1081EXPORT_SYMBOL_GPL(coherentio); 1081EXPORT_SYMBOL_GPL(coherentio);