Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d54e1fcb authored by Jordan Crouse's avatar Jordan Crouse
Browse files

clocks: Add a missing header to clk/qcom/common.h



Add <linux/clk-provider.h> to resolve a dependency for struct clk_hw.

Change-Id: Ic0dedbadbece86ff0a5349edec356f9b211c7989
Signed-off-by: default avatarJordan Crouse <jcrouse@codeaurora.org>
parent 38a628d4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0-only */
/* Copyright (c) 2014, 2018-2019, The Linux Foundation. All rights reserved. */
/* Copyright (c) 2014, 2018-2020, The Linux Foundation. All rights reserved. */

#ifndef __QCOM_CLK_COMMON_H__
#define __QCOM_CLK_COMMON_H__

#include <linux/clk-provider.h>
#include <linux/reset-controller.h>

struct platform_device;
@@ -12,7 +13,6 @@ struct clk_regmap;
struct qcom_reset_map;
struct regmap;
struct freq_tbl;
struct clk_hw;

#define PLL_LOCK_COUNT_SHIFT	8
#define PLL_LOCK_COUNT_MASK	0x3f