From patchwork Mon Dec 4 17:18:46 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jordan Crouse X-Patchwork-Id: 10091155 X-Patchwork-Delegate: agross@codeaurora.org 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 6E4B2600C5 for ; Mon, 4 Dec 2017 17:18:54 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5474529061 for ; Mon, 4 Dec 2017 17:18:54 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 480B52908F; Mon, 4 Dec 2017 17:18:54 +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=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A2D0A29061 for ; Mon, 4 Dec 2017 17:18:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751601AbdLDRSx (ORCPT ); Mon, 4 Dec 2017 12:18:53 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:51142 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751246AbdLDRSw (ORCPT ); Mon, 4 Dec 2017 12:18:52 -0500 Received: by smtp.codeaurora.org (Postfix, from userid 1000) id 1A0E460863; Mon, 4 Dec 2017 17:18:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1512407932; bh=7opBUI9zLCdc+ECkB9PWR+PDO+acOlQTKRGaS9GaPOw=; h=From:To:Cc:Subject:Date:From; b=ncmOn+8N9K7nJi++UGusaHuDFIOXkIyAK+yow9NzwHeJCYxPnysnlnu13fRP9TgOk 7AoChvlaIPFsrqJvoW5CLpOtVD/gn6IbKs5tD97g495z5Mko+7d7pI3XP7+zn56uKu BmJ9oQFatiY+wYg5lYd3DjOcNZc2XwLGpUqLHO0Q= Received: from jcrouse-lnx.qualcomm.com (i-global254.qualcomm.com [199.106.103.254]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: jcrouse@smtp.codeaurora.org) by smtp.codeaurora.org (Postfix) with ESMTPSA id 55F1E607F1; Mon, 4 Dec 2017 17:18:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1512407931; bh=7opBUI9zLCdc+ECkB9PWR+PDO+acOlQTKRGaS9GaPOw=; h=From:To:Cc:Subject:Date:From; b=dpAlU94G1JV02+/fbQTydhI2If09miZcdqdGdGm5Jiq+wtRDJFlCHogxtTt9/agAq 8YLzs6Og9NnKy+hBbYDehvbFv3Pxq1Uf2Ewu6CkcLUfKmjLV0Mc6KbLEYtEIp7ju28 9PDtSfXImaO3+Ogksgy4Oc167PTQVYVORrcQfXiU= DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 55F1E607F1 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=jcrouse@codeaurora.org From: Jordan Crouse To: andy.gross@linaro.org, david.brown@linaro.org, bjorn.andersson@linaro.org Cc: linux-arm-msm@vger.kernel.org Subject: [PATCH] firmware: qcom_scm: Add dependent headers to qcom_scm.h Date: Mon, 4 Dec 2017 10:18:46 -0700 Message-Id: <1512407926-24639-1-git-send-email-jcrouse@codeaurora.org> X-Mailer: git-send-email 1.9.1 Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP qcom_scm.h makes heavy use of and . Add the dependent header files so that users of SCM don't need to include header files they don't otherwise use. Signed-off-by: Jordan Crouse Acked-by: Bjorn Andersson --- include/linux/qcom_scm.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/linux/qcom_scm.h b/include/linux/qcom_scm.h index 1fd27d6..b401b96 100644 --- a/include/linux/qcom_scm.h +++ b/include/linux/qcom_scm.h @@ -13,6 +13,9 @@ #ifndef __QCOM_SCM_H #define __QCOM_SCM_H +#include +#include + #define QCOM_SCM_VERSION(major, minor) (((major) << 16) | ((minor) & 0xFF)) #define QCOM_SCM_CPU_PWR_DOWN_L2_ON 0x0 #define QCOM_SCM_CPU_PWR_DOWN_L2_OFF 0x1