From a4334a5009daea5ce3065f249f8b8a69f947a807 Mon Sep 17 00:00:00 2001 From: Jon Hunter Date: Thu, 12 Oct 2023 14:01:51 +0100 Subject: [PATCH] scsi: ufs: Add missing headers When compiling the Tegra UFS driver on certain kernels the various clk and udelay functions are not found. Add the corresponding headers to fix the build. Bug 4221847 Change-Id: Ief2f20abf3704ab7c61c5c802e9eb2ec201179c7 Signed-off-by: Jon Hunter Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2996210 Reviewed-by: Laxman Dewangan GVS: Gerrit_Virtual_Submit --- drivers/scsi/ufs/ufs-tegra-common.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/scsi/ufs/ufs-tegra-common.c b/drivers/scsi/ufs/ufs-tegra-common.c index a14996bb..2a372159 100644 --- a/drivers/scsi/ufs/ufs-tegra-common.c +++ b/drivers/scsi/ufs/ufs-tegra-common.c @@ -1,6 +1,8 @@ // SPDX-License-Identifier: GPL-2.0-only // Copyright (c) 2015-2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved. +#include +#include #include #include #include