From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Loeliger Subject: Re: [PATCH] ASoC drivers for the Freescale MPC8610 SoC Date: Thu, 20 Dec 2007 08:47:36 -0600 Message-ID: References: <11981089894052-git-send-email-timur@freescale.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Your message of "Wed, 19 Dec 2007 18:03:09 CST." <11981089894052-git-send-email-timur@freescale.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linuxppc-dev-bounces+glppd-linuxppc64-dev=m.gmane.org@ozlabs.org Errors-To: linuxppc-dev-bounces+glppd-linuxppc64-dev=m.gmane.org@ozlabs.org To: Timur Tabi Cc: linuxppc-dev@ozlabs.org, alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org So, like, the other day Timur Tabi mumbled: > diff --git a/arch/powerpc/platforms/86xx/mpc8610_hpcd.c b/arch/powerpc/platforms/86xx/mpc8610_hpc > d.c > index 6390895..6e1bde3 100644 > --- a/arch/powerpc/platforms/86xx/mpc8610_hpcd.c > +++ b/arch/powerpc/platforms/86xx/mpc8610_hpcd.c > @@ -34,9 +34,27 @@ > > #include > > +#include > #include > #include Please dont' re-introduce these. I just submitted patches to move all of the PowerPC instances to using > diff --git a/sound/soc/fsl/mpc8610_hpcd.c b/sound/soc/fsl/mpc8610_hpcd.c > new file mode 100644 > index 0000000..5421a5c > --- /dev/null > +++ b/sound/soc/fsl/mpc8610_hpcd.c > @@ -0,0 +1,621 @@ > +/** > + * Freescale MPC8610HPCD ALSA SoC Fabric driver > + * > + * Author: Timur Tabi > + * > + * Copyright 2007 Freescale Semiconductor, Inc. This file is licensed under > + * the terms of the GNU General Public License version 2. This program > + * is licensed "as is" without any warranty of any kind, whether express > + * or implied. > + */ > + > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include Again, this should be moved up as . Thanks, jdl