From 8b2b1117fa26d1d74c4ded8bdfed2a2d5f42d21a Mon Sep 17 00:00:00 2001 From: Aditya Garg <85610623+AdityaGarg8@users.noreply.github.com> Date: Thu, 14 Mar 2024 09:33:08 +0530 Subject: [PATCH] Update 9001-fix1.patch --- 9001-fix1.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/9001-fix1.patch b/9001-fix1.patch index 76b3b28..d399d96 100644 --- a/9001-fix1.patch +++ b/9001-fix1.patch @@ -4,13 +4,13 @@ Date: Thu, 14 Mar 2024 08:50:23 +0530 Subject: [PATCH] Update vhci.h --- - vhci/vhci.h | 2 ++ + drivers/staging/apple-bce/vhci/vhci.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vhci/vhci.h b/vhci/vhci.h index 90641d1..8f4ea1d 100644 ---- a/vhci/vhci.h -+++ b/vhci/vhci.h +--- a/drivers/staging/apple-bce/vhci/vhci.c ++++ b/drivers/staging/apple-bce/vhci/vhci.c @@ -44,5 +44,7 @@ void __exit bce_vhci_module_exit(void); int bce_vhci_create(struct apple_bce_device *dev, struct bce_vhci *vhci);