eal: remove PCI include from generic driver header
Remove include of rte_pci.h in the generic header rte_dev.h.
Fixes: cb6696d220
("drivers: update registration macro usage")
Suggested-by: David Marchand <david.marchand@6wind.com>
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
This commit is contained in:
parent
840e5dfea3
commit
32809bbe7a
@ -48,7 +48,7 @@ extern "C" {
|
||||
|
||||
#include <stdio.h>
|
||||
#include <sys/queue.h>
|
||||
#include <rte_pci.h>
|
||||
|
||||
#include <rte_log.h>
|
||||
|
||||
__attribute__((format(printf, 2, 0)))
|
||||
|
Loading…
Reference in New Issue
Block a user