summaryrefslogtreecommitdiff
path: root/drivers/sound/hda_codec.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-05-01 19:31:21 -0600
committerTom Rini <trini@konsulko.com>2024-05-07 08:00:56 -0600
commit0fc6271132bb6b96416da5021e970a600cc99716 (patch)
tree9613894c2bcba9aa02a3d9b6fd4be27d82629457 /drivers/sound/hda_codec.c
parent294ebef07df1ceb07b3759286cd91ef4dfbaaca6 (diff)
sound: Remove <common.h> and add needed includes
Remove <common.h> from this driver directory and when needed add missing include files directly. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/sound/hda_codec.c')
-rw-r--r--drivers/sound/hda_codec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/sound/hda_codec.c b/drivers/sound/hda_codec.c
index af6148ef724..da8bde67de6 100644
--- a/drivers/sound/hda_codec.c
+++ b/drivers/sound/hda_codec.c
@@ -7,7 +7,6 @@
#define LOG_CATEGORY UCLASS_SOUND
-#include <common.h>
#include <dm.h>
#include <hda_codec.h>
#include <log.h>