From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH] ASoC: cs42l52: Remove duplicate inclusion of slab.h header file Date: Tue, 7 Aug 2012 15:09:19 +0100 Message-ID: <20120807140918.GL16861@opensource.wolfsonmicro.com> References: <1344321447-6088-1-git-send-email-sachin.kamat@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from opensource.wolfsonmicro.com (opensource.wolfsonmicro.com [80.75.67.52]) by alsa0.perex.cz (Postfix) with ESMTP id C9B29265F27 for ; Tue, 7 Aug 2012 18:06:44 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1344321447-6088-1-git-send-email-sachin.kamat@linaro.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Sachin Kamat Cc: tiwai@suse.de, alsa-devel@alsa-project.org, patches@linaro.org List-Id: alsa-devel@alsa-project.org On Tue, Aug 07, 2012 at 12:07:27PM +0530, Sachin Kamat wrote: > slab.h header file was included twice. Applied, thanks.