summaryrefslogtreecommitdiff
path: root/drivers/fpga/socfpga.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-05-01 19:30:47 -0600
committerTom Rini <trini@konsulko.com>2024-05-07 08:00:53 -0600
commitd9a83cf44fb04d86d3068b1606f75e695c0ec1b8 (patch)
treee8cca62bdbca1573e0503ea22bf0fcd06f415cc6 /drivers/fpga/socfpga.c
parentb032d7aab7fb3899ba6b119be7699c6ed7235918 (diff)
downloadu-boot-d9a83cf44fb04d86d3068b1606f75e695c0ec1b8.tar.gz
u-boot-d9a83cf44fb04d86d3068b1606f75e695c0ec1b8.tar.bz2
u-boot-d9a83cf44fb04d86d3068b1606f75e695c0ec1b8.zip
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/socfpga.c')
-rw-r--r--drivers/fpga/socfpga.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/fpga/socfpga.c b/drivers/fpga/socfpga.c
index d73414d5ac..bb98c0e2bc 100644
--- a/drivers/fpga/socfpga.c
+++ b/drivers/fpga/socfpga.c
@@ -4,7 +4,7 @@
* All rights reserved.
*/
-#include <common.h>
+#include <config.h>
#include <asm/io.h>
#include <linux/errno.h>
#include <asm/arch/fpga_manager.h>