[alsa-devel] [RESEND PATCH] davinci: CQ93VC: remove machine specific header file inclusion from codec driver
remove unnecessary inclusion of machine specific header file mach/dm365.h from cq93vc.c voice codec driver which comes in the way of platform code consolidation.
Signed-off-by: Manjunath Hadli manjunath.hadli@ti.com Cc: Liam Girdwood lrg@ti.com Cc: Mark Brown broonie@opensource.wolfsonmicro.com Cc: Jaroslav Kysela perex@perex.cz CC: Takashi Iwai tiwai@suse.de Cc: alsa-devel@alsa-project.org Cc: linux-kernel@vger.kernel.org --- sound/soc/codecs/cq93vc.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/sound/soc/codecs/cq93vc.c b/sound/soc/codecs/cq93vc.c index 46dbfd0..ff4eb7a 100644 --- a/sound/soc/codecs/cq93vc.c +++ b/sound/soc/codecs/cq93vc.c @@ -38,8 +38,6 @@ #include <sound/soc.h> #include <sound/initval.h>
-#include <mach/dm365.h> - static inline unsigned int cq93vc_read(struct snd_soc_codec *codec, unsigned int reg) {
On Tue, Jan 10, 2012 at 04:57:43PM +0530, Manjunath Hadli wrote:
remove unnecessary inclusion of machine specific header file mach/dm365.h from cq93vc.c voice codec driver which comes in the way of platform code consolidation.
Applied but please do try to use a subject line appropriate for the subsystem you're contributing to.
Mark,
On Wed, Jan 11, 2012 at 00:17:41, Mark Brown wrote:
On Tue, Jan 10, 2012 at 04:57:43PM +0530, Manjunath Hadli wrote:
remove unnecessary inclusion of machine specific header file mach/dm365.h from cq93vc.c voice codec driver which comes in the way of platform code consolidation.
Applied but please do try to use a subject line appropriate for the subsystem you're contributing to.
I still can't find this patch in the mainline, any issues?
Regards, --Manju
On Wed, Feb 08, 2012 at 12:41:14PM +0000, Hadli, Manjunath wrote:
On Wed, Jan 11, 2012 at 00:17:41, Mark Brown wrote:
Fix your mailer, not only is it not word wrapping within paragraphs it's adding such problems to quoted text.
Applied but please do try to use a subject line appropriate for the subsystem you're contributing to.
I still can't find this patch in the mainline, any issues?
It will go into mainline in the next merge window.
participants (3)
-
Hadli, Manjunath
-
Manjunath Hadli
-
Mark Brown