diff options
| author | Tom Rini <trini@konsulko.com> | 2024-05-01 19:31:21 -0600 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2024-05-07 08:00:56 -0600 |
| commit | 0fc6271132bb6b96416da5021e970a600cc99716 (patch) | |
| tree | 9613894c2bcba9aa02a3d9b6fd4be27d82629457 /drivers/sound/samsung-i2s.c | |
| parent | 294ebef07df1ceb07b3759286cd91ef4dfbaaca6 (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/samsung-i2s.c')
| -rw-r--r-- | drivers/sound/samsung-i2s.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sound/samsung-i2s.c b/drivers/sound/samsung-i2s.c index dc5a2789aee..42175fd7d28 100644 --- a/drivers/sound/samsung-i2s.c +++ b/drivers/sound/samsung-i2s.c @@ -4,11 +4,11 @@ * R. Chandrasekar <rcsekar@samsung.com> */ -#include <common.h> #include <dm.h> #include <i2s.h> #include <log.h> #include <sound.h> +#include <time.h> #include <asm/arch/clk.h> #include <asm/arch/pinmux.h> #include <asm/arch/i2s-regs.h> |
