mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 20:56:12 +02:00
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>
This commit is contained in:
parent
8db017c891
commit
99fbb0e8cb
@ -11,7 +11,6 @@
|
||||
|
||||
#define LOG_CATEGORY UCLASS_PCI_EP
|
||||
|
||||
#include <common.h>
|
||||
#include <dm.h>
|
||||
#include <errno.h>
|
||||
#include <asm/global_data.h>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -3,7 +3,6 @@
|
||||
* Copyright (c) 2019 Ramon Fried <ramon.fried@gmail.com>
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <dm.h>
|
||||
#include <errno.h>
|
||||
#include <pci.h>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user