From patchwork Mon Feb 26 15:04:54 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Will Deacon X-Patchwork-Id: 129673 Delivered-To: patch@linaro.org Received: by 10.46.66.2 with SMTP id p2csp301324lja; Mon, 26 Feb 2018 07:06:44 -0800 (PST) X-Google-Smtp-Source: AH8x226O5K2v44YfyWYsoqV/icljkgvAu+lRtsGIUvM4UsLgkuT25TtcwtX985GQPtQYl72zYd7a X-Received: by 10.98.170.13 with SMTP id e13mr10895977pff.113.1519657604501; Mon, 26 Feb 2018 07:06:44 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519657604; cv=none; d=google.com; s=arc-20160816; b=Xwx8HQm0C9bqdmn0wAYebQGnz3WIL88qurCdueeR323NOOgC50s0v4lE7nB+kqqqo1 sGStFo94jr6rKGx5n7B6Xd7Vw7Zags801j63Ut8yBQhBUMD7i/CcyqAv/fwjqIQzjIJe XqPnkCTHvsOZO7E9Nuwbl1XiACwVrfwgoG2cnj7TrEga+2MhS7oiAIyI1kjmjUU8lMvN GRoTPEysHKNF9frhs+/VPD3tfzcpmsQZBDkts/FZYcJzM5eR3B8flLqVYgckDEQUAmRH /JaYdgm4o68OOLpq5ixsxKZG1UOdp4IGbrYimE2vjhx1y2otgVlIA3ChgHNFRkyVT6wh eH+w== 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=vRafagUfTI2Cp462QPpxphE9QbS0qrGfDszWZgl8ppQ=; b=gJpmnGBV9b8aFHamJ6K7/Sy51HJwsL7OumhIiQ4Q2PIt4Q4Xf5PfCJmc3j7HojpQB3 6TqjNnmxpmGHAeLzqL5oH9kZS4iUqm/2KXR/zn4IWBDGOCaTsHRy09PpJzwbixYdd7II vnHASwHIwim7bW8GcAeVNMHl3wcrsvvwLEJCInpGB7j/LGUYAnM9agd3kifb6SnO3O4l TO6N69oDH/DW8arWNXG1zqyTGOSIsAvQIGsOt1/KHV0ZaZb03qZhWTaXrxnlovihHi9r qXW66uhFyp7UFyghJbAMEid+An2Kg4QrDKBjvE0tea6DAwLciTynRxyf0Gym5W/WwDDi Wtsw== 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 l14si5597947pgc.615.2018.02.26.07.06.44; Mon, 26 Feb 2018 07:06:44 -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 S1754228AbeBZPGl (ORCPT + 28 others); Mon, 26 Feb 2018 10:06:41 -0500 Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70]:51180 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753995AbeBZPFB (ORCPT ); Mon, 26 Feb 2018 10:05:01 -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 D2D7A1688; Mon, 26 Feb 2018 07:05:00 -0800 (PST) Received: from edgewater-inn.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.72.51.249]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id A53903F59D; Mon, 26 Feb 2018 07:05:00 -0800 (PST) Received: by edgewater-inn.cambridge.arm.com (Postfix, from userid 1000) id B028D1AE53AE; Mon, 26 Feb 2018 15:05:01 +0000 (GMT) From: Will Deacon To: linux-kernel@vger.kernel.org Cc: peterz@infradead.org, mingo@kernel.org, linux-arm-kernel@lists.infradead.org, yamada.masahiro@socionext.com, Will Deacon Subject: [RFC PATCH v2 06/12] arm64: fpsimd: include in fpsimd.h Date: Mon, 26 Feb 2018 15:04:54 +0000 Message-Id: <1519657500-15094-7-git-send-email-will.deacon@arm.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1519657500-15094-1-git-send-email-will.deacon@arm.com> References: <1519657500-15094-1-git-send-email-will.deacon@arm.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org fpsimd.h uses the __init annotation, so pull in linux/init.h Signed-off-by: Will Deacon --- arch/arm64/include/asm/fpsimd.h | 1 + 1 file changed, 1 insertion(+) -- 2.1.4 Acked-by: Mark Rutland diff --git a/arch/arm64/include/asm/fpsimd.h b/arch/arm64/include/asm/fpsimd.h index 8857a0f0d0f7..fc3527b985ca 100644 --- a/arch/arm64/include/asm/fpsimd.h +++ b/arch/arm64/include/asm/fpsimd.h @@ -22,6 +22,7 @@ #ifndef __ASSEMBLY__ #include +#include #include /*