From patchwork Fri Apr 4 05:59:12 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 3936301 Return-Path: X-Original-To: patchwork-alsa-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id E65C59F1EE for ; Fri, 4 Apr 2014 06:02:23 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 1DDC720303 for ; Fri, 4 Apr 2014 06:02:23 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id 1A49D20384 for ; Fri, 4 Apr 2014 06:02:18 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id 19AA32657B3; Fri, 4 Apr 2014 08:02:17 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 Received: from alsa0.perex.cz (localhost [IPv6:::1]) by alsa0.perex.cz (Postfix) with ESMTP id 9698D26575A; Fri, 4 Apr 2014 07:59:59 +0200 (CEST) X-Original-To: alsa-devel@alsa-project.org Delivered-To: alsa-devel@alsa-project.org Received: by alsa0.perex.cz (Postfix, from userid 1000) id 69F8926574F; Fri, 4 Apr 2014 07:59:58 +0200 (CEST) Received: from mail-pa0-f41.google.com (mail-pa0-f41.google.com [209.85.220.41]) by alsa0.perex.cz (Postfix) with ESMTP id 65B5F26573C for ; Fri, 4 Apr 2014 07:59:52 +0200 (CEST) Received: by mail-pa0-f41.google.com with SMTP id fa1so2964335pad.14 for ; Thu, 03 Apr 2014 22:59:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=09DMAyTqYhkAyjZc1wkV1O+iT7UNzuA7IRvb9rNXDWY=; b=TQuUTtL6VZe5IpfT52gybVyudwCtLW/gfjyvJRRGjPCjql6uo8xq7jYgdxl239p8Z9 4Usl1kAXRpaCuvOH8mwbr1CcS2EBlNLHRc3PQDRr+QhBFgJXHQ3LAt8CRGwgKlMtmcqi jV7jcuo8o6TVR6WbmpJN/gkpf53SJJYmC5cLYH9lGcn8O6PimFYQPwor5l7PY47WOFAD 7DLh1k4JB0k46qRErwUuJxn9YfAVnKXWYc7uqcJRQOur4UVqInIGnrzsX/jqkgzmKma3 17CwRGw/Kjcj4VOGRHNe9AyNapz6kbcnOctw0zbzjgJrLG1cGl7AzInS1mk4OCdabS9b yRmg== X-Gm-Message-State: ALoCoQkE6BMyBBCs+HuAusCj9ys0c0+91hoohbNaGnMa2JYsdbMKZE25tg+YAh452Rn+WRuubET9 X-Received: by 10.66.119.172 with SMTP id kv12mr12906453pab.34.1396591191107; Thu, 03 Apr 2014 22:59:51 -0700 (PDT) Received: from linaro.sisodomain.com ([115.113.119.130]) by mx.google.com with ESMTPSA id jd5sm15253045pbb.18.2014.04.03.22.59.48 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 03 Apr 2014 22:59:50 -0700 (PDT) From: Sachin Kamat To: alsa-devel@alsa-project.org Date: Fri, 4 Apr 2014 11:29:12 +0530 Message-Id: <1396591153-10924-5-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1396591153-10924-1-git-send-email-sachin.kamat@linaro.org> References: <1396591153-10924-1-git-send-email-sachin.kamat@linaro.org> Cc: sachin.kamat@linaro.org, broonie@kernel.org, lgirdwood@gmail.com Subject: [alsa-devel] [PATCH 5/6] ASoC: tlv320aic23: Include of.h X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP of_match_ptr is defined in of.h. Include it explicitly. Signed-off-by: Sachin Kamat --- sound/soc/codecs/tlv320aic23-i2c.c | 1 + sound/soc/codecs/tlv320aic31xx.c | 1 + 2 files changed, 2 insertions(+) diff --git a/sound/soc/codecs/tlv320aic23-i2c.c b/sound/soc/codecs/tlv320aic23-i2c.c index b73c94e..f137019 100644 --- a/sound/soc/codecs/tlv320aic23-i2c.c +++ b/sound/soc/codecs/tlv320aic23-i2c.c @@ -13,6 +13,7 @@ #include #include +#include #include #include diff --git a/sound/soc/codecs/tlv320aic31xx.c b/sound/soc/codecs/tlv320aic31xx.c index fa158cf..b93d500 100644 --- a/sound/soc/codecs/tlv320aic31xx.c +++ b/sound/soc/codecs/tlv320aic31xx.c @@ -28,6 +28,7 @@ #include #include #include +#include #include #include #include