patches for DPDK stable branches
 help / color / mirror / Atom feed
* [PATCH] bus/ifpga: fix driver header dependency
@ 2023-10-23 14:46 David Marchand
  2023-10-23 15:05 ` Bruce Richardson
  2023-10-24  0:23 ` Xu, Rosen
  0 siblings, 2 replies; 4+ messages in thread
From: David Marchand @ 2023-10-23 14:46 UTC (permalink / raw)
  To: dev; +Cc: stable, Rosen Xu

The driver header bus_ifpga_driver.h was not self sufficient.
Fix this by including dev_driver.h.

Fixes: 925c074e377b ("bus/ifpga: make driver-only headers private")
Cc: stable@dpdk.org

Signed-off-by: David Marchand <david.marchand@redhat.com>
---
 drivers/bus/ifpga/bus_ifpga_driver.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/bus/ifpga/bus_ifpga_driver.h b/drivers/bus/ifpga/bus_ifpga_driver.h
index 7b75c2ddbc..5bbe36d6e0 100644
--- a/drivers/bus/ifpga/bus_ifpga_driver.h
+++ b/drivers/bus/ifpga/bus_ifpga_driver.h
@@ -16,6 +16,7 @@ extern "C" {
 #endif /* __cplusplus */
 
 #include <rte_compat.h>
+#include <dev_driver.h>
 #include <rte_pci.h>
 #include <rte_interrupts.h>
 #include <rte_spinlock.h>
-- 
2.41.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-10-26  8:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-23 14:46 [PATCH] bus/ifpga: fix driver header dependency David Marchand
2023-10-23 15:05 ` Bruce Richardson
2023-10-24  0:23 ` Xu, Rosen
2023-10-26  8:41   ` David Marchand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).