]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
dfu: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Thu, 2 May 2024 01:30:42 +0000 (19:30 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 7 May 2024 14:00:41 +0000 (08:00 -0600)
Remove <common.h> from this driver directory and when needed
add missing include files directly.

Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/dfu/dfu.c
drivers/dfu/dfu_alt.c
drivers/dfu/dfu_mmc.c
drivers/dfu/dfu_mtd.c
drivers/dfu/dfu_nand.c
drivers/dfu/dfu_ram.c
drivers/dfu/dfu_sf.c
drivers/dfu/dfu_virt.c

index 2adf26e2fe24051734a8b50e6cdb77c043d52c26..540d48fab77dadd9ac8b2380492b140ca75b1088 100644 (file)
@@ -6,7 +6,6 @@
  * author: Lukasz Majewski <l.majewski@samsung.com>
  */
 
-#include <common.h>
 #include <env.h>
 #include <errno.h>
 #include <log.h>
index ece3d2236f3dcdd8b122581cb573d5ef36907baf..e9132936a90b9daced72b246c0f805f675e6fdf2 100644 (file)
@@ -4,7 +4,6 @@
  * Lukasz Majewski <l.majewski@majess.pl>
  */
 
-#include <common.h>
 #include <log.h>
 #include <malloc.h>
 #include <errno.h>
index 12c54e90ef71ff4348a60a92e815925baafc0201..cfa6334e43973dc8726e12be20ed75c8b707bf94 100644 (file)
@@ -6,7 +6,6 @@
  * author: Lukasz Majewski <l.majewski@samsung.com>
  */
 
-#include <common.h>
 #include <log.h>
 #include <malloc.h>
 #include <errno.h>
index 485586989c8a60007c1dff7963b685f7edc21457..c36ac09189f3e7d0e3eedcdfdcc5b7c1161d4814 100644 (file)
@@ -7,7 +7,6 @@
  * Based on dfu_nand.c
  */
 
-#include <common.h>
 #include <dfu.h>
 #include <mtd.h>
 #include <linux/err.h>
index 08e8cf5cdb37e1335cef4e41b5e72f9fab714467..940cfefc986c8874d7168f68bee701d4c5f44df8 100644 (file)
@@ -9,7 +9,6 @@
  * author: Lukasz Majewski <l.majewski@samsung.com>
  */
 
-#include <common.h>
 #include <log.h>
 #include <malloc.h>
 #include <errno.h>
index c4f4bd2e482f0cf2734c9ec3d3df1699b3df24d8..043acbf022fccb60909375d22cf8d36c211be316 100644 (file)
@@ -8,7 +8,6 @@
  * author: Lukasz Majewski <l.majewski@samsung.com>
  */
 
-#include <common.h>
 #include <malloc.h>
 #include <mapmem.h>
 #include <errno.h>
index 2dae159370644c7b8f04468e0f6e460844029c9e..7c1c0f9e2dc7db296fb5a614503ff9d05651c061 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (c) 2014, NVIDIA CORPORATION. All rights reserved.
  */
 
-#include <common.h>
 #include <malloc.h>
 #include <errno.h>
 #include <div64.h>
index 29f7a08f6728f09f56246136ca02cc496a89af0a..2c31445af12ad7649bfde1b7ced0b8c232d8b860 100644 (file)
@@ -2,7 +2,6 @@
 /*
  * Copyright (C) 2019, STMicroelectronics - All Rights Reserved
  */
-#include <common.h>
 #include <dfu.h>
 #include <errno.h>
 #include <log.h>