aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2022-03-15 11:49:10 +0100
committerIngo Molnar <mingo@kernel.org>2022-03-15 12:55:45 +0100
commitf73827ec0c3ca942b4386ab1a7016dc215d74de7 (patch)
tree43f20c22b7c2c7c3afe310fcb33997948392ac3d /sound
parentfc2efcba63d8f27c58a44ed762a246e114f37301 (diff)
downloadtip-f73827ec0c3ca942b4386ab1a7016dc215d74de7.tar.gz
headers/deps: Add header dependencies to .c files: <linux/mm_api_extra.h>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/samsung/idma.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/samsung/idma.c b/sound/soc/samsung/idma.c
index 91891cfc1950c4..28415eeeed4d9c 100644
--- a/sound/soc/samsung/idma.c
+++ b/sound/soc/samsung/idma.c
@@ -5,6 +5,7 @@
// Copyright (c) 2011 Samsung Electronics Co., Ltd.
// http://www.samsung.com
+#include <linux/mm_api_extra.h>
#include <linux/io.h>
#include <linux/interrupt.h>
#include <linux/platform_device.h>