]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
ASoC: Remove unused header from MPC5200 PSC driver
authorGrant Likely <grant.likely@secretlab.ca>
Thu, 10 Jun 2010 23:54:13 +0000 (17:54 -0600)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sat, 12 Jun 2010 17:06:14 +0000 (18:06 +0100)
The header contains an extern that isn't used by anything.  Remove.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/fsl/mpc5200_psc_i2s.c
sound/soc/fsl/mpc5200_psc_i2s.h [deleted file]

index 4f455bd6851ffd87102e6003dfd868b12f5b13f8..676841cbae9895a21fbcc15aa34ddef0a8c27c96 100644 (file)
@@ -16,7 +16,6 @@
 
 #include <asm/mpc52xx_psc.h>
 
-#include "mpc5200_psc_i2s.h"
 #include "mpc5200_dma.h"
 
 /**
diff --git a/sound/soc/fsl/mpc5200_psc_i2s.h b/sound/soc/fsl/mpc5200_psc_i2s.h
deleted file mode 100644 (file)
index ce55e07..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-/*
- * Freescale MPC5200 PSC in I2S mode
- * ALSA SoC Digital Audio Interface (DAI) driver
- *
- */
-
-#ifndef __SOUND_SOC_FSL_MPC52xx_PSC_I2S_H__
-#define __SOUND_SOC_FSL_MPC52xx_PSC_I2S_H__
-
-extern struct snd_soc_dai psc_i2s_dai[];
-
-#endif /* __SOUND_SOC_FSL_MPC52xx_PSC_I2S_H__ */