From 8b2f30f6b46e70774b75315a931352aa250995b3 Mon Sep 17 00:00:00 2001 From: Andreas Hindborg Date: Fri, 16 Feb 2024 20:17:32 +0100 Subject: [PATCH] rust: pci: fix a bug where build would fail when PCI is disabled When building with allnoconfig, dmapool definitions are not picked up by bindgen. Fix that. Reported-by: Philipp Stanner Signed-off-by: Andreas Hindborg --- rust/bindings/bindings_helper.h | 1 + 1 file changed, 1 insertion(+) diff --git a/rust/bindings/bindings_helper.h b/rust/bindings/bindings_helper.h index b8759d59ecfe3f..8deb49d840a246 100644 --- a/rust/bindings/bindings_helper.h +++ b/rust/bindings/bindings_helper.h @@ -8,6 +8,7 @@ #include #include +#include #include #include #include