aboutsummaryrefslogtreecommitdiff
path: root/drivers/sound/max98095.c
diff options
context:
space:
mode:
authorTom Rini2024-05-01 19:31:21 -0600
committerTom Rini2024-05-07 08:00:56 -0600
commit0fc6271132bb6b96416da5021e970a600cc99716 (patch)
tree9613894c2bcba9aa02a3d9b6fd4be27d82629457 /drivers/sound/max98095.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/max98095.c')
-rw-r--r--drivers/sound/max98095.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/sound/max98095.c b/drivers/sound/max98095.c
index d0f701aaf10..96e772cff21 100644
--- a/drivers/sound/max98095.c
+++ b/drivers/sound/max98095.c
@@ -7,7 +7,6 @@
* Modified for U-Boot by R. Chandrasekar (rcsekar@samsung.com)
*/
-#include <common.h>
#include <audio_codec.h>
#include <dm.h>
#include <div64.h>