diff options
author | Tom Rini <trini@konsulko.com> | 2024-05-01 19:30:47 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-07 08:00:53 -0600 |
commit | d9a83cf44fb04d86d3068b1606f75e695c0ec1b8 (patch) | |
tree | e8cca62bdbca1573e0503ea22bf0fcd06f415cc6 /drivers/fpga/fpga.c | |
parent | b032d7aab7fb3899ba6b119be7699c6ed7235918 (diff) | |
download | u-boot-d9a83cf44fb04d86d3068b1606f75e695c0ec1b8.zip u-boot-d9a83cf44fb04d86d3068b1606f75e695c0ec1b8.tar.gz u-boot-d9a83cf44fb04d86d3068b1606f75e695c0ec1b8.tar.bz2 |
fpga: 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/fpga/fpga.c')
-rw-r--r-- | drivers/fpga/fpga.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/fpga/fpga.c b/drivers/fpga/fpga.c index 81e6d8f..38ba6c2 100644 --- a/drivers/fpga/fpga.c +++ b/drivers/fpga/fpga.c @@ -5,7 +5,6 @@ */ /* Generic FPGA support */ -#include <common.h> /* core U-Boot definitions */ #include <init.h> #include <log.h> #include <xilinx.h> /* xilinx specific definitions */ |