aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2022-03-15 11:51:00 +0100
committerIngo Molnar <mingo@kernel.org>2022-03-15 12:55:55 +0100
commitbca0a08f0cb7c0b00af94173e704b8cd6493881c (patch)
tree1d6e61d201e6bfb2e0f95fc230ca9262defbbe7f /arch
parentabf725013504e43bd1117bfd5425ae98b228cea6 (diff)
downloadtip-bca0a08f0cb7c0b00af94173e704b8cd6493881c.tar.gz
headers/deps: Add header dependencies to .c files: <linux/page-flags.h>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/mm/dma-noncoherent.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/mm/dma-noncoherent.c b/arch/mips/mm/dma-noncoherent.c
index 03e6cf6629cd81..dac0d398041b49 100644
--- a/arch/mips/mm/dma-noncoherent.c
+++ b/arch/mips/mm/dma-noncoherent.c
@@ -4,6 +4,7 @@
* Copyright (C) 2000, 2001, 06 Ralf Baechle <ralf@linux-mips.org>
* swiped from i386, and cloned for MIPS by Geert, polished by Ralf.
*/
+#include <linux/page-flags.h>
#include <linux/mm_page_address.h>
#include <linux/dma-direct.h>
#include <linux/dma-map-ops.h>