diff options
author | Simon Glass <sjg@chromium.org> | 2018-12-27 13:24:39 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2019-02-09 12:50:22 -0700 |
commit | afcd64579486e1745a3cb964bfe36267d90b4c3e (patch) | |
tree | e3727fc25888dd90b2cbcc2fe2e385213e21bcdd /drivers/sound/maxim_codec.c | |
parent | f0b02f3dd674783b02ee18e1c841b47c294318f7 (diff) |
sound: Allow audio codecs to be used by other SoCs
At present there is still some samsung-specific code in the audio codecs.
Remove it so that these can be used by other SoCs.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/sound/maxim_codec.c')
-rw-r--r-- | drivers/sound/maxim_codec.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/sound/maxim_codec.c b/drivers/sound/maxim_codec.c index dcaf081988..5480dce108 100644 --- a/drivers/sound/maxim_codec.c +++ b/drivers/sound/maxim_codec.c @@ -12,9 +12,6 @@ #include <sound.h> #include <asm/gpio.h> #include <asm/io.h> -#include <asm/arch/clk.h> -#include <asm/arch/cpu.h> -#include <asm/arch/power.h> #include "maxim_codec.h" /* |