aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2022-03-15 11:45:23 +0100
committerIngo Molnar <mingo@kernel.org>2022-03-15 12:55:21 +0100
commitb3251458f250a18b28abf1c01cfe32673cc4f0e0 (patch)
treec628489348832cb01e185c811bb907f35f239e27 /sound
parent4c2dfa311a0ca2def1107c3e48f976fdc615311d (diff)
downloadtip-b3251458f250a18b28abf1c01cfe32673cc4f0e0.tar.gz
headers/deps: Add header dependencies to .c files: <linux/cache.h>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/firewire/packets-buffer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/firewire/packets-buffer.c b/sound/firewire/packets-buffer.c
index 0ecafd0c672271..fbe9228ebba1be 100644
--- a/sound/firewire/packets-buffer.c
+++ b/sound/firewire/packets-buffer.c
@@ -5,6 +5,7 @@
* Copyright (c) Clemens Ladisch <clemens@ladisch.de>
*/
+#include <linux/cache.h>
#include <linux/firewire.h>
#include <linux/export.h>
#include <linux/slab.h>