From patchwork Tue Aug 7 06:37:27 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 10554 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id B1D4824055 for ; Tue, 7 Aug 2012 06:39:22 +0000 (UTC) Received: from mail-gg0-f180.google.com (mail-gg0-f180.google.com [209.85.161.180]) by fiordland.canonical.com (Postfix) with ESMTP id 70328A18639 for ; Tue, 7 Aug 2012 06:39:22 +0000 (UTC) Received: by ggnf1 with SMTP id f1so3341294ggn.11 for ; Mon, 06 Aug 2012 23:39:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:x-gm-message-state; bh=cNgjuX3T/rxswzgyanmFphsOiSewXElJXVoyIkFOwGE=; b=fkHSYh6deztOSGzInPHXk6QWgKDi2Frb7YslUkicnJVSq9fpfrbkaq/97GmdEmh9bY 8JNWyyYCbZyswjmKauQxhGbwoZkuMRgGY37PwrUmmGLpfnMOaDHfYDiXZVb1VaJMsCFs 5hrXK6z+FZ95X+Tysg9AyzFKx96vf8ieAWLB9Hnq5KQh4PltM0lDUtbsQi2+jLX++2T4 Dq5k9hj0S8nt86tmIe0/KG0TJoNuvmeTG3bofqx4O1SD7CJhDEbIo3ppHTFW8iaY3DHW /pnybgkDOG7AMYdbz9YkMdtlzuuvd3hl2J88MMM18i7tyJYIbWJ/Dt80fjCtMv8tBHJf LG0w== Received: by 10.50.213.39 with SMTP id np7mr7618296igc.51.1344321561367; Mon, 06 Aug 2012 23:39:21 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.50.87.40 with SMTP id u8csp479861igz; Mon, 6 Aug 2012 23:39:20 -0700 (PDT) Received: by 10.68.221.41 with SMTP id qb9mr25123981pbc.147.1344321560236; Mon, 06 Aug 2012 23:39:20 -0700 (PDT) Received: from mail-pb0-f50.google.com (mail-pb0-f50.google.com [209.85.160.50]) by mx.google.com with ESMTPS id ty10si15887105pbc.92.2012.08.06.23.39.19 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 06 Aug 2012 23:39:20 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.160.50 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.160.50; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.160.50 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) smtp.mail=sachin.kamat@linaro.org Received: by pbcmd12 with SMTP id md12so5782278pbc.37 for ; Mon, 06 Aug 2012 23:39:19 -0700 (PDT) Received: by 10.68.227.201 with SMTP id sc9mr25113362pbc.163.1344321559574; Mon, 06 Aug 2012 23:39:19 -0700 (PDT) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id pq1sm10559616pbb.3.2012.08.06.23.39.16 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 06 Aug 2012 23:39:18 -0700 (PDT) From: Sachin Kamat To: alsa-devel@alsa-project.org Cc: broonie@opensource.wolfsonmicro.com, sachin.kamat@linaro.org, tiwai@suse.de, patches@linaro.org Subject: [PATCH] ASoC: cs42l52: Remove duplicate inclusion of slab.h header file Date: Tue, 7 Aug 2012 12:07:27 +0530 Message-Id: <1344321447-6088-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 X-Gm-Message-State: ALoCoQneVQ3hy3xxz8L8V0b3/zJ0QBECAjGKpVIWwgFVnQ5NK22/EToOKlgBcyGqnAcQsmsA5IYM slab.h header file was included twice. Signed-off-by: Sachin Kamat --- sound/soc/codecs/cs42l52.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/sound/soc/codecs/cs42l52.c b/sound/soc/codecs/cs42l52.c index 628daf6..6159929 100644 --- a/sound/soc/codecs/cs42l52.c +++ b/sound/soc/codecs/cs42l52.c @@ -24,7 +24,6 @@ #include #include #include -#include #include #include #include