From 6533bf9268749bba919d12bfcebb919a024c3ef3 Mon Sep 17 00:00:00 2001 From: Laxman Dewangan Date: Wed, 24 Jan 2024 11:34:45 +0000 Subject: [PATCH] misc: nvscic2c-pcie: Fix missing headers for Linux v6.8 For Linux v6.8, commit ef175b29a242 ("of: Stop circularly including of_device.h and of_platform.h") updated the OF headers included by these header files. This breaks the build for various drivers and so fix this by including the headers that are actually needed for each driver. Bug 4448428 Change-Id: Ic40e43c99ff1a7f5c4b7a7c3ab525e6e046c452b Signed-off-by: Laxman Dewangan Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3062519 GVS: Gerrit_Virtual_Submit --- drivers/misc/nvscic2c-pcie/stream-extensions.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/misc/nvscic2c-pcie/stream-extensions.c b/drivers/misc/nvscic2c-pcie/stream-extensions.c index 9ff5c2b6..91b80507 100644 --- a/drivers/misc/nvscic2c-pcie/stream-extensions.c +++ b/drivers/misc/nvscic2c-pcie/stream-extensions.c @@ -14,6 +14,7 @@ #include #include #include +#include #include #include #include