From patchwork Mon Jul 23 11:55:15 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 10173 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 BE7C923E3D for ; Mon, 23 Jul 2012 11:56:06 +0000 (UTC) Received: from mail-yw0-f52.google.com (mail-yw0-f52.google.com [209.85.213.52]) by fiordland.canonical.com (Postfix) with ESMTP id 73582A18223 for ; Mon, 23 Jul 2012 11:56:06 +0000 (UTC) Received: by yhpp61 with SMTP id p61so5647849yhp.11 for ; Mon, 23 Jul 2012 04:56:05 -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=4o1tY3zTnXVOZ3a0TY0HMnaG0LA2J/hXN90HPzlhCL8=; b=MvZlqcxRHdEZ9xNNL86Jawjr8MQMBE8B1oUXQAiRqaG7QnTudLRGtortfhZpf/iahz hv2E3fnGWTVHv7/xiUzgLMkjmkWaBHoG942g76Rt1xmVfZ/SOj8ntw8hGAp3/otDVX4i gxCWlfdIv+Vnosr6ZUGDRoJsE52mJBCzVU8cDLf3CBOHwUQWfgC7R4OMiK9ZKe5zH9Ci jNHRaiQi1+EKfOrosio05HbxFnRkLsK1QNqCL79W7BnBoqm1ZYOCYxJO772zxAokRNkL pfSyvevuNB+E/P3FJNG+iWdtpd90y+fW4TbuB9Yl/0uwc6eSILP4S0dYQZDD7iwSaEIC swMA== Received: by 10.50.220.136 with SMTP id pw8mr10254935igc.1.1343044565651; Mon, 23 Jul 2012 04:56:05 -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.231.153.7 with SMTP id i7csp54416ibw; Mon, 23 Jul 2012 04:56:04 -0700 (PDT) Received: by 10.236.200.232 with SMTP id z68mr14148293yhn.46.1343044563737; Mon, 23 Jul 2012 04:56:03 -0700 (PDT) Received: from mail-gg0-f178.google.com (mail-gg0-f178.google.com [209.85.161.178]) by mx.google.com with ESMTPS id e22si11448504yhh.80.2012.07.23.04.56.03 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 23 Jul 2012 04:56:03 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.161.178 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.161.178; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.161.178 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) smtp.mail=sachin.kamat@linaro.org Received: by ggcq6 with SMTP id q6so6272037ggc.37 for ; Mon, 23 Jul 2012 04:56:03 -0700 (PDT) Received: by 10.66.82.97 with SMTP id h1mr30104329pay.45.1343044562959; Mon, 23 Jul 2012 04:56:02 -0700 (PDT) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id ru10sm9843224pbc.50.2012.07.23.04.55.58 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 23 Jul 2012 04:56:02 -0700 (PDT) From: Sachin Kamat To: alsa-devel@alsa-project.org Cc: broonie@opensource.wolfsonmicro.com, mr.swami.reddy@ti.com, tiwai@suse.de, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH 1/1] ASoC: isabelle: Remove version.h header file inclusion Date: Mon, 23 Jul 2012 17:25:15 +0530 Message-Id: <1343044515-5212-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 X-Gm-Message-State: ALoCoQlqTQTJnBI1yMQSaT+0Bz1dEQ6lnAnsdHnQdJjpf0Wh6EzK4c7+x8kkXi/b//fltaPzPx4O version.h header file inclusion is no longer needed for this file. Signed-off-by: Sachin Kamat --- sound/soc/codecs/isabelle.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/sound/soc/codecs/isabelle.c b/sound/soc/codecs/isabelle.c index 5d8f39e..1bf5560 100644 --- a/sound/soc/codecs/isabelle.c +++ b/sound/soc/codecs/isabelle.c @@ -13,7 +13,6 @@ */ #include #include -#include #include #include #include