From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751223AbeCIDNx (ORCPT ); Thu, 8 Mar 2018 22:13:53 -0500 Received: from mail-ot0-f194.google.com ([74.125.82.194]:44455 "EHLO mail-ot0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750898AbeCIDNv (ORCPT ); Thu, 8 Mar 2018 22:13:51 -0500 X-Google-Smtp-Source: AG47ELukLLYa4aQPOhJm/GiTw9XNDog4RzeBdlmAwwdQK0SQHdQsfsT7zZjTimtZ3QHLZE+fLAFllA== Date: Thu, 8 Mar 2018 21:13:40 -0600 From: Steven Eckhoff To: alsa-devel@alsa-project.org Cc: Liam Girdwood , Mark Brown , Jaroslav Kysela , Takashi Iwai , linux-kernel@vger.kernel.org Subject: [alsa-devel][PATCH v1] ASoC: TSCS42xx: Add missing headers Message-ID: <20180309031332.GA27764@t7-ThinkPad-E560> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.9.3 (2018-01-21) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add missing headers Signed-off-by: Steven Eckhoff --- sound/soc/codecs/tscs42xx.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/sound/soc/codecs/tscs42xx.c b/sound/soc/codecs/tscs42xx.c index e915261fa1cb..cfc71b5411ee 100644 --- a/sound/soc/codecs/tscs42xx.c +++ b/sound/soc/codecs/tscs42xx.c @@ -3,14 +3,19 @@ // Copyright 2017 Tempo Semiconductor, Inc. // Author: Steven Eckhoff +#include +#include +#include #include +#include +#include #include +#include #include -#include +#include #include #include #include -#include #include "tscs42xx.h" -- 2.15.1