summaryrefslogtreecommitdiff
path: root/drivers/sound/max98088.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/sound/max98088.c')
-rw-r--r--drivers/sound/max98088.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/sound/max98088.c b/drivers/sound/max98088.c
index 08f0bf861e..332254d5aa 100644
--- a/drivers/sound/max98088.c
+++ b/drivers/sound/max98088.c
@@ -16,10 +16,6 @@
#include <i2s.h>
#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"
#include "max98088.h"
@@ -288,9 +284,6 @@ static int max98088_device_init(struct maxim_priv *priv)
unsigned char id;
int error = 0;
- /* Enable codec clock */
- set_xclkout();
-
/* reset the codec, the DSP core, and disable all interrupts */
error = max98088_reset(priv);
if (error != 0) {