]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
block: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Thu, 2 May 2024 01:30:31 +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/block/blk-uclass.c
drivers/block/blk_legacy.c
drivers/block/blkcache.c
drivers/block/blkmap.c
drivers/block/efi-media-uclass.c
drivers/block/efi_blk.c
drivers/block/host-uclass.c
drivers/block/host_dev.c
drivers/block/ide.c
drivers/block/sandbox.c
drivers/block/sb_efi_media.c

index 77066da352a37b1dd831eedb4c0fe32a5ef6dc54..512c952f4d7af7becdda51a7dd4b86e1cc46abc5 100644 (file)
@@ -6,7 +6,6 @@
 
 #define LOG_CATEGORY UCLASS_BLK
 
-#include <common.h>
 #include <blk.h>
 #include <dm.h>
 #include <log.h>
index 5bf1d04715243d1e87674d5b8479933fdee1c5b3..f36932183d1f89ee253829f93c91ce0844b5ddea 100644 (file)
@@ -4,7 +4,6 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
-#include <common.h>
 #include <blk.h>
 #include <part.h>
 #include <linux/err.h>
index 26bcbea4353307bf81c61b8a25bd45b8192846b8..0e69160249c7f12e7c8484f3c4dec620836c2df4 100644 (file)
@@ -4,7 +4,6 @@
  * Author: Eric Nelson<eric@nelint.com>
  *
  */
-#include <common.h>
 #include <blk.h>
 #include <log.h>
 #include <malloc.h>
index 21201409ed4b22c85c9f788875399a6d10830552..34eed1380dca8aa9640174fd53bd314e8a5ac4b8 100644 (file)
@@ -4,7 +4,6 @@
  * Author: Tobias Waldekranz <tobias@waldekranz.com>
  */
 
-#include <common.h>
 #include <blk.h>
 #include <blkmap.h>
 #include <dm.h>
index e012f6f2f4c4464c22a91633e26cd8da64efe1db..dc5e4f59b7f3c98acca4b88018e367105b4eb8cd 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright 2021 Google LLC
  */
 
-#include <common.h>
 #include <dm.h>
 
 UCLASS_DRIVER(efi_media) = {
index 917a19f6025460be78a5a8c017039f9157674057..9766cd6f832776ac2c1525d786cef7d1ee9e9619 100644 (file)
@@ -8,7 +8,6 @@
  * Copyright 2021 Google LLC
  */
 
-#include <common.h>
 #include <blk.h>
 #include <dm.h>
 #include <efi.h>
index b3647e3ce3359537514d9338709e9bb0e61cc1fd..cf42bd1e07acd3b9d723993b2c018b48c46fd849 100644 (file)
@@ -9,7 +9,6 @@
 
 #define LOG_CATEGORY UCLASS_HOST
 
-#include <common.h>
 #include <blk.h>
 #include <dm.h>
 #include <malloc.h>
index 52313435a0cb84b3b2b3b699506d519db35995be..b3ff3cd1fab921b2ed54cfb0ebcd5095ed41dda9 100644 (file)
@@ -9,7 +9,6 @@
 
 #define LOG_CATEGORY UCLASS_HOST
 
-#include <common.h>
 #include <blk.h>
 #include <bootdev.h>
 #include <dm.h>
index c698f9cbd558ddb82f8f51d8e9cb84b492a3d90e..b16623d7a3ab4f0b6b879e23a2f2a36b56bb4f46 100644 (file)
@@ -6,7 +6,6 @@
 
 #define LOG_CATEGORY UCLASS_IDE
 
-#include <common.h>
 #include <ata.h>
 #include <blk.h>
 #include <bootdev.h>
index be4e02cb601a67d871070dbf2e42daacd5c16761..ec34f1ad8c2e9471723dd6485563b514c3bf546b 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2013 Henrik Nordstrom <henrik@henriknordstrom.net>
  */
 
-#include <common.h>
 #include <blk.h>
 #include <dm.h>
 #include <fdtdec.h>
index 52af155a600109c572ef4936dccc59e65337d7d1..3255db0649611c45f516975e43e76fee202e9d78 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright 2021 Google LLC
  */
 
-#include <common.h>
 #include <dm.h>
 
 static const struct udevice_id sandbox_efi_media_ids[] = {