From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from jdl.com (jdl.com [208.123.74.7]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 5AD19DDEF9 for ; Fri, 21 Dec 2007 01:47:43 +1100 (EST) To: Timur Tabi Subject: Re: [PATCH] ASoC drivers for the Freescale MPC8610 SoC In-Reply-To: Your message of "Wed, 19 Dec 2007 18:03:09 CST." <11981089894052-git-send-email-timur@freescale.com> References: <11981089894052-git-send-email-timur@freescale.com> Date: Thu, 20 Dec 2007 08:47:36 -0600 From: Jon Loeliger Message-Id: Cc: linuxppc-dev@ozlabs.org, alsa-devel@alsa-project.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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