From 00a2b7f6f98f48ae79809568268834852aa00ca4 Mon Sep 17 00:00:00 2001 From: Grant Likely Date: Thu, 10 Jun 2010 17:54:13 -0600 Subject: [PATCH] --- yaml --- r: 206551 b: refs/heads/master c: 4e8680f56b557195d6f73df760d46c02ec3089c9 h: refs/heads/master i: 206549: a01965f15ad703b176530bfa0fa1d0cecd95313a 206547: aa9e4f1b7a3bff8f6e90749333ef1eab8fdc8510 206543: 7c0a478c78bf0b65f9de4e455a5c940fa88c355a v: v3 --- [refs] | 2 +- trunk/sound/soc/fsl/mpc5200_psc_i2s.c | 1 - trunk/sound/soc/fsl/mpc5200_psc_i2s.h | 12 ------------ 3 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 trunk/sound/soc/fsl/mpc5200_psc_i2s.h diff --git a/[refs] b/[refs] index 4d6320ffe94c..68bdae609982 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 019afb581a61fcd899ae83527744e4f420e89bf1 +refs/heads/master: 4e8680f56b557195d6f73df760d46c02ec3089c9 diff --git a/trunk/sound/soc/fsl/mpc5200_psc_i2s.c b/trunk/sound/soc/fsl/mpc5200_psc_i2s.c index 4f455bd6851f..676841cbae98 100644 --- a/trunk/sound/soc/fsl/mpc5200_psc_i2s.c +++ b/trunk/sound/soc/fsl/mpc5200_psc_i2s.c @@ -16,7 +16,6 @@ #include -#include "mpc5200_psc_i2s.h" #include "mpc5200_dma.h" /** diff --git a/trunk/sound/soc/fsl/mpc5200_psc_i2s.h b/trunk/sound/soc/fsl/mpc5200_psc_i2s.h deleted file mode 100644 index ce55e070fdf3..000000000000 --- a/trunk/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__ */