From patchwork Sun Jun 3 17:20:18 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 9089 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 BBD2923E37 for ; Sun, 3 Jun 2012 17:20:35 +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 79475A18DC2 for ; Sun, 3 Jun 2012 17:20:35 +0000 (UTC) Received: by obbun3 with SMTP id un3so7121381obb.11 for ; Sun, 03 Jun 2012 10:20:34 -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=Y/YtACFBmhagWQwEcfbBFGJguGDi0u6Tp8ijnghUSEQ=; b=QpTBsJDmNu+uTtcwZ6LF/+PJwrruZoQePywaWutMFTgZ59IsPmsBBrb0+DM8/bJJnK xzsxbIob/S/D8PBH0NQTIndOBFKBTIIFI/Jly9I14bdKFrGg/l1XfHwLFEeFlnSRX8/2 G8JUvwfcltVYmFHY8u2g6iTWOJcdgeEZ7vVewM0+uLkW7TKxsnlb7git8zgsLaN1ocgQ K4WFJXIurfwxqewrYFD/mDIYUq5jRmDsB7gqYW7tkz/4Oq/WtoDuD0H3RcnkMhNr1gx6 bpBKxMDAFhLCihUOlZh2XKtMlvEOCEcnZfbV1uahVz8U5R4p+jVFTsxwuyu9/FZyvle1 fbVw== Received: by 10.50.195.234 with SMTP id ih10mr6110074igc.0.1338744034610; Sun, 03 Jun 2012 10:20:34 -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 v20csp69382ibb; Sun, 3 Jun 2012 10:20:33 -0700 (PDT) Received: by 10.68.216.2 with SMTP id om2mr28449502pbc.26.1338744033520; Sun, 03 Jun 2012 10:20:33 -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 ro10si12915345pbc.282.2012.06.03.10.20.33 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 03 Jun 2012 10:20:33 -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 rr4so5848092pbb.37 for ; Sun, 03 Jun 2012 10:20:33 -0700 (PDT) Received: by 10.68.221.98 with SMTP id qd2mr31596224pbc.3.1338744033148; Sun, 03 Jun 2012 10:20:33 -0700 (PDT) Received: from localhost.localdomain ([122.179.83.183]) by mx.google.com with ESMTPS id hw6sm10225898pbc.73.2012.06.03.10.20.26 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 03 Jun 2012 10:20:31 -0700 (PDT) From: Sachin Kamat To: alsa-devel@alsa-project.org Cc: broonie@opensource.wolfsonmicro.com, brian.austin@cirrus.com, perex@perex.cz, tiwai@suse.de, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH] ASoC: cs42l52: Remove version.h header file inclusion Date: Sun, 3 Jun 2012 22:50:18 +0530 Message-Id: <1338744018-11627-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.5.4 X-Gm-Message-State: ALoCoQlAEry1VM7zzH8gdvs1yA6Tr+V4hnsuG4pd/w45RnWyd88H2AFySM4/9GRD2UBPnMyut4rX version.h header file is no longer needed. 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 a710941..ec03abc 100644 --- a/sound/soc/codecs/cs42l52.c +++ b/sound/soc/codecs/cs42l52.c @@ -14,7 +14,6 @@ #include #include -#include #include #include #include