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

Commit 7e01cae5 authored by Hemant Kumar's avatar Hemant Kumar
Browse files

mhi: core: Add missing header file to fix compilation error



Include arch_timer.h to define arch_timer_get_cntfrq().

Change-Id: Ia2d3384bfc84df68561fcbe05cd88cd7c50ccb1e
Signed-off-by: default avatarHemant Kumar <hemantk@codeaurora.org>
parent 836dd392
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/* Copyright (c) 2018-2020, The Linux Foundation. All rights reserved. */

#include <asm/arch_timer.h>
#include <linux/debugfs.h>
#include <linux/device.h>
#include <linux/dma-direction.h>