From patchwork Wed Jan 3 13:35:34 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gilad Ben-Yossef X-Patchwork-Id: 123326 Delivered-To: patch@linaro.org Received: by 10.140.22.227 with SMTP id 90csp10185138qgn; Wed, 3 Jan 2018 05:41:22 -0800 (PST) X-Google-Smtp-Source: ACJfBouzPqO3N1TmRM7FEJ3mQxaDMkkSJPI0HvcTkDw3vq+sHWVePBSO+FoS9cxDASpo68ZdEz2a X-Received: by 10.98.15.212 with SMTP id 81mr1506344pfp.106.1514986882044; Wed, 03 Jan 2018 05:41:22 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1514986882; cv=none; d=google.com; s=arc-20160816; b=ZhOoIL8o8K9V3VIDM72ITe0gQYW2UJWfUl1XiX44OZf/di1Vjfc2aoq4Vlj3qKZT2+ 5gNa79xHVO2nASxVYrmMIiijanJuWs5VGaWCdXeSV9t98VUlPQUBqVxRn5+9LcUVaHO7 6bmPrQuezUp1Lwl4TqAOaRl5xL0d1wFmX90zi/AAztObSTLQLVAjGENFm2RGbisEwT7A gTRnOswyIQAJpvklm5jnAwmATtxn9yQxDVYJyHKtOKceMkzw+Xr66WPADksUtCk9QTsv 7KjkVR6IvJjcNsd/iOlBKYNPjPF+j9SuWtZkHe6fJaP75aXObNqhLuuc0mmiewS9FrWL mSCA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from:arc-authentication-results; bh=EFaaW0EZGe3P0Rz9paOEJ/0Q9PSmrTgck2/oAJo43ro=; b=fNVArxTyeLycf6kpqh4e0riFKiQAg6bd10d2PQJ+u1MYrFJxC6Mr0dz+dDaxeDXw89 0ps8h4ysBfN+W6pDwNOUDb0si2mMQ60m50yJPuFBFXX/BQqejS5cXIb8XVlb8CSM/fV6 5HaM+vAeko0tLJldqhvrOzwIAkXG/8qHpseHBMpeY6paAIAcRhCQOgzameEE0HG8hSPm +BQjNrHq8PXuUgUoUBzJzgyw1sZgBJo2f/1LZqslcSnjmchPThs7Vcg/Ze9IOQJRtX6r jwspjJUfSytAQbPR1XaHmQO9Wpkoy4dodE0WTX3WxLD+uZkduSEn8UGp1jQ8zlfHF1lj Ru+A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id j16si642810pga.622.2018.01.03.05.41.21; Wed, 03 Jan 2018 05:41:22 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752642AbeACNlR (ORCPT + 28 others); Wed, 3 Jan 2018 08:41:17 -0500 Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70]:50310 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751735AbeACNlO (ORCPT ); Wed, 3 Jan 2018 08:41:14 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 4B83C1529; Wed, 3 Jan 2018 05:41:14 -0800 (PST) Received: from sugar.kfn.arm.com (unknown [10.45.48.137]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id BCDEF3F24A; Wed, 3 Jan 2018 05:41:12 -0800 (PST) From: Gilad Ben-Yossef To: Greg Kroah-Hartman Cc: Ofir Drang , linux-kernel@vger.kernel.org, linux-crypto@vger.kernel.org, driverdev-devel@linuxdriverproject.org, devel@driverdev.osuosl.org Subject: [PATCH v2 27/27] staging: ccree: add missing include Date: Wed, 3 Jan 2018 13:35:34 +0000 Message-Id: <1514986544-5888-28-git-send-email-gilad@benyossef.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1514986544-5888-1-git-send-email-gilad@benyossef.com> References: <1514986544-5888-1-git-send-email-gilad@benyossef.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add the missing include of include file with function declarations. Signed-off-by: Gilad Ben-Yossef --- drivers/staging/ccree/cc_debugfs.c | 1 + 1 file changed, 1 insertion(+) -- 2.7.4 diff --git a/drivers/staging/ccree/cc_debugfs.c b/drivers/staging/ccree/cc_debugfs.c index 363a0ef..e07cbb1 100644 --- a/drivers/staging/ccree/cc_debugfs.c +++ b/drivers/staging/ccree/cc_debugfs.c @@ -6,6 +6,7 @@ #include #include "cc_driver.h" #include "cc_crypto_ctx.h" +#include "cc_debugfs.h" struct cc_debugfs_ctx { struct dentry *dir;