From patchwork Fri May 4 10:34:46 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sebastian Andrzej Siewior X-Patchwork-Id: 10380313 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 26F5F60236 for ; Fri, 4 May 2018 10:35:45 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 149D229379 for ; Fri, 4 May 2018 10:35:45 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 08FB629388; Fri, 4 May 2018 10:35:45 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 9944829379 for ; Fri, 4 May 2018 10:35:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=309ChcAMfH8qaXIPHFFiIEPYtiXQ0cg7OmcF6EacDoI=; b=HzT7Epc73lpI2K QnSCFmE4u/qkjgxg1g8cGO/s8M/+LirQJFMfl2SbWIbLpsor5KXHa3VOId6MtUwSfhtAjui7EG3/S tcbcSck73Jl3kMbuClFOg6deZ55HqRlubX8IrP8fPFFU1bxkRUFRorzqgmw7dpDAGYSHctD79bpAF yuK/HRLk7Qm9phzR+0jQNxVjck63ejncbDRjiRgwUtCu0PnF2lhdiiwLcLMc9m7z447oE0zqEosGS olCumJJ1jYrlG0NYTKaWXfz4e93Pd3q1q9Rkm/Go+8WTIZuWDitdMTkkDSLCoD3RTqyShQUC/KWv+ OKPWDTAVcoCFVmJfYk6A==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1fEY3t-0004Ud-Ql; Fri, 04 May 2018 10:35:37 +0000 Received: from galois.linutronix.de ([2a01:7a0:2:106d:700::1]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1fEY3p-0004T7-Gv for linux-arm-kernel@lists.infradead.org; Fri, 04 May 2018 10:35:35 +0000 Received: from localhost ([127.0.0.1] helo=bazinga.breakpoint.cc) by Galois.linutronix.de with esmtp (Exim 4.80) (envelope-from ) id 1fEY3Z-0000p1-8T; Fri, 04 May 2018 12:35:17 +0200 From: Sebastian Andrzej Siewior To: linux-kernel@vger.kernel.org Subject: [PATCH REPOST] mfd: syscon: atmel-smc: include string.h Date: Fri, 4 May 2018 12:34:46 +0200 Message-Id: <20180504103446.20104-1-bigeasy@linutronix.de> X-Mailer: git-send-email 2.17.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180504_033533_710741_E6FEA0D8 X-CRM114-Status: UNSURE ( 6.83 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Alexandre Belloni , Sebastian Andrzej Siewior , tglx@linutronix.de, Lee Jones , linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP The string.h header file is needed for the memset() definition. The RT build fails because it is not pulled in via other header files. Cc: Lee Jones Cc: Nicolas Ferre Cc: Alexandre Belloni Cc: linux-arm-kernel@lists.infradead.org Signed-off-by: Sebastian Andrzej Siewior Acked-by: Alexandre Belloni --- drivers/mfd/atmel-smc.c | 1 + 1 file changed, 1 insertion(+) --- a/drivers/mfd/atmel-smc.c +++ b/drivers/mfd/atmel-smc.c @@ -12,6 +12,7 @@ */ #include +#include /** * atmel_smc_cs_conf_init - initialize a SMC CS conf