diff options
author | Tom Rini | 2024-05-01 19:31:06 -0600 |
---|---|---|
committer | Tom Rini | 2024-05-07 08:00:56 -0600 |
commit | 99fbb0e8cb73883753021887ec6eec91c06ed23d (patch) | |
tree | 169e0eb5e618013901177819104a7520e4b1fd82 /drivers/pci_endpoint/pcie-cadence-ep.c | |
parent | 8db017c891420fe161e478feb63460e41ef0a5d5 (diff) |
pci_endpoint: Remove <common.h> and add needed includes
Remove <common.h> from this driver directory and when needed
add missing include files directly.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/pci_endpoint/pcie-cadence-ep.c')
-rw-r--r-- | drivers/pci_endpoint/pcie-cadence-ep.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci_endpoint/pcie-cadence-ep.c b/drivers/pci_endpoint/pcie-cadence-ep.c index d58c64982b2..e02ea14e4e4 100644 --- a/drivers/pci_endpoint/pcie-cadence-ep.c +++ b/drivers/pci_endpoint/pcie-cadence-ep.c @@ -4,7 +4,6 @@ * Written by Ramon Fried <ramon.fried@gmail.com> */ -#include <common.h> #include <dm.h> #include <errno.h> #include <pci_ep.h> |