From fdfc374af5dc345fbb9686921fa60176c1c41da0 Mon Sep 17 00:00:00 2001 From: Rob Herring Date: Tue, 3 Oct 2023 11:32:02 -0500 Subject: ALSA: aoa: Replace asm/prom.h with explicit includes asm/prom.h should not be included directly as it no longer contains anything drivers need. Drivers should include of.h and/or other headers which were getting implicitly included. Signed-off-by: Rob Herring Link: https://lore.kernel.org/r/20231003163209.770750-1-robh@kernel.org Signed-off-by: Takashi Iwai --- sound/aoa/fabrics/layout.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sound/aoa/fabrics') diff --git a/sound/aoa/fabrics/layout.c b/sound/aoa/fabrics/layout.c index 850dc8c53e9b..0cd19a05db19 100644 --- a/sound/aoa/fabrics/layout.c +++ b/sound/aoa/fabrics/layout.c @@ -7,9 +7,10 @@ * This fabric module looks for sound codecs based on the * layout-id or device-id property in the device tree. */ -#include #include #include +#include +#include #include #include "../aoa.h" #include "../soundbus/soundbus.h" -- cgit