From e27ba12d271f421797e346dc83de2142cda3af4c Mon Sep 17 00:00:00 2001 From: Laxman Dewangan Date: Wed, 26 Apr 2023 06:14:52 +0000 Subject: [PATCH] crypto: Get rid of explicit header inclusion The required headers for crypto driver are already included in the master makefile. Hence, it is not required to add include path explicitly. Bug 4087103 Change-Id: I54ca12ab6de8de802ab75473419be3e77cfbad1f Signed-off-by: Laxman Dewangan Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2894609 Reviewed-by: svcacv Reviewed-by: Jonathan Hunter GVS: Gerrit_Virtual_Submit --- drivers/crypto/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/crypto/Makefile b/drivers/crypto/Makefile index 45a0cbfb..36a9bd9c 100644 --- a/drivers/crypto/Makefile +++ b/drivers/crypto/Makefile @@ -1,8 +1,7 @@ +# SPDX-License-Identifier: GPL-2.0-only +# Copyright (c) 2022-2023, NVIDIA CORPORATION. All rights reserved. + ccflags-y += -Wno-implicit-fallthrough -ccflags-y += -I$(srctree.nvidia)/drivers/gpu/host1x/hw/ -ccflags-y += -I$(srctree.nvidia)/drivers/gpu/host1x/include -ccflags-y += -I$(srctree.nvidia)/include -ccflags-y += -I$(srctree)/include ifdef CONFIG_TEGRA_HOST1X obj-m += tegra-se-nvhost.o