[alsa-devel] [PATCH] ASoC: Remove unused header

Grant Likely grant.likely at secretlab.ca
Fri Jun 11 01:54:13 CEST 2010


The header contains an extern that isn't used by anything.  Remove.

Signed-off-by: Grant Likely <grant.likely at secretlab.ca>
Cc: Liam Girdwood <lrg at slimlogic.co.uk>
Cc: Mark Brown <broonie at opensource.wolfsonmicro.com>
Cc: Jon Smirl <jonsmirl at gmail.com>
Cc: Herb Peyerl <hpeyerl at beer.org>
---
 sound/soc/fsl/mpc5200_psc_i2s.c |    1 -
 sound/soc/fsl/mpc5200_psc_i2s.h |   12 ------------
 2 files changed, 0 insertions(+), 13 deletions(-)
 delete mode 100644 sound/soc/fsl/mpc5200_psc_i2s.h

diff --git a/sound/soc/fsl/mpc5200_psc_i2s.c b/sound/soc/fsl/mpc5200_psc_i2s.c
index 4f455bd..676841c 100644
--- a/sound/soc/fsl/mpc5200_psc_i2s.c
+++ b/sound/soc/fsl/mpc5200_psc_i2s.c
@@ -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
index ce55e07..0000000
--- a/sound/soc/fsl/mpc5200_psc_i2s.h
+++ /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__ */



More information about the Alsa-devel mailing list