From patchwork Sun Jun 3 17:28:40 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 9090 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 AA94023E0C for ; Sun, 3 Jun 2012 17:28:55 +0000 (UTC) Received: from mail-ob0-f180.google.com (mail-ob0-f180.google.com [209.85.214.180]) by fiordland.canonical.com (Postfix) with ESMTP id 6154DA18DD5 for ; Sun, 3 Jun 2012 17:28:55 +0000 (UTC) Received: by obbun3 with SMTP id un3so7131690obb.11 for ; Sun, 03 Jun 2012 10:28:54 -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=ataBNbx4RVmyuF85cWnzVXoYLAkqdY/cwRA2Zx47GGY=; b=D8nME+I8QBsY/54srhFemwmiynBmdsTIYJLjbYYDcjluAQpRzMuFwGhwggt5m3rq+r O8Pi1FhGUIBoZDFQ8JJ4+H3LQMd84AFVIXjV6S6OtzxOoOQoJHwBpmydlLsHkKPR6jw+ Lx6BHhM61ftkSMpK6dX+oOJ9neKR9PkKVTK91Cy5iwDzYB/907qcIoI8/NPyAmyq1IQc 1wcZSA3jalqUgn6sjp6GQiZi2q1e1ClpqMANLZeh206pxm/xjAQ1Ob0ZD8lIBG9Fd3qE dVCbBhrgDEdqxzHrE4n6gHpuTnZPyh3crU68HvKDQCTqiFbfARknw5WtSkYg8Dj0FutD ILnw== Received: by 10.50.163.99 with SMTP id yh3mr5914003igb.53.1338744534649; Sun, 03 Jun 2012 10:28:54 -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.24.148 with SMTP id v20csp69589ibb; Sun, 3 Jun 2012 10:28:54 -0700 (PDT) Received: by 10.68.222.163 with SMTP id qn3mr31234343pbc.135.1338744533806; Sun, 03 Jun 2012 10:28:53 -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 gs8si12997295pbc.152.2012.06.03.10.28.53 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 03 Jun 2012 10:28:53 -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 pbbrr4 with SMTP id rr4so5853021pbb.37 for ; Sun, 03 Jun 2012 10:28:53 -0700 (PDT) Received: by 10.68.225.6 with SMTP id rg6mr31044918pbc.100.1338744533364; Sun, 03 Jun 2012 10:28:53 -0700 (PDT) Received: from localhost.localdomain ([122.179.83.183]) by mx.google.com with ESMTPS id oo6sm10267654pbc.22.2012.06.03.10.28.48 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 03 Jun 2012 10:28:52 -0700 (PDT) From: Sachin Kamat To: alsa-devel@alsa-project.org Cc: mr.swami.reddy@ti.com, broonie@opensource.wolfsonmicro.com, perex@perex.cz, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH] ASoC: lm49453: Remove version.h header file inclusion Date: Sun, 3 Jun 2012 22:58:40 +0530 Message-Id: <1338744520-11873-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.5.4 X-Gm-Message-State: ALoCoQmZLu8c3OFBnOxHBV3hjlTlhsvIxurZ8B1dYf6FgMpJdYT1UkhXnRJeU24HNm3iM9kn0q9a version.h header file is no longer required. Signed-off-by: Sachin Kamat --- sound/soc/codecs/lm49453.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/sound/soc/codecs/lm49453.c b/sound/soc/codecs/lm49453.c index 802b9f1..c1bc945 100644 --- a/sound/soc/codecs/lm49453.c +++ b/sound/soc/codecs/lm49453.c @@ -12,7 +12,6 @@ #include #include -#include #include #include #include