From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sachin Kamat Subject: [PATCH 4/6] ASoC: tas5086: Include linux/of.h header Date: Fri, 27 Sep 2013 16:45:52 +0530 Message-ID: <1380280554-32591-4-git-send-email-sachin.kamat@linaro.org> References: <1380280554-32591-1-git-send-email-sachin.kamat@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-pb0-f45.google.com (mail-pb0-f45.google.com [209.85.160.45]) by alsa0.perex.cz (Postfix) with ESMTP id 7A426265072 for ; Fri, 27 Sep 2013 13:16:09 +0200 (CEST) Received: by mail-pb0-f45.google.com with SMTP id mc17so2431115pbc.32 for ; Fri, 27 Sep 2013 04:16:08 -0700 (PDT) In-Reply-To: <1380280554-32591-1-git-send-email-sachin.kamat@linaro.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: alsa-devel@alsa-project.org Cc: sachin.kamat@linaro.org, broonie@kernel.org, lgirdwood@gmail.com List-Id: alsa-devel@alsa-project.org 'of_match_ptr' is defined in linux/of.h. Include it explicitly. Signed-off-by: Sachin Kamat --- sound/soc/codecs/tas5086.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/soc/codecs/tas5086.c b/sound/soc/codecs/tas5086.c index 6d31d88..e7c9a08 100644 --- a/sound/soc/codecs/tas5086.c +++ b/sound/soc/codecs/tas5086.c @@ -37,6 +37,7 @@ #include #include #include +#include #include #include #include -- 1.7.9.5