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

Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/scsi/sandbox_scsi.c
drivers/scsi/scsi-uclass.c
drivers/scsi/scsi.c
drivers/scsi/scsi_bootdev.c
drivers/scsi/scsi_emul.c

index a7ac33cb1c4b17f8f2163bcb553bd7c8c4f4ca6a..544a0247083d9da954a0679ae97ac65f536dfe9e 100644 (file)
@@ -9,7 +9,6 @@
 
 #define LOG_CATEGORY UCLASS_SCSI
 
-#include <common.h>
 #include <dm.h>
 #include <os.h>
 #include <malloc.h>
index a7c1eaf0cf50d1ab85b9a7b8c3ef5cc1b61429b2..1ee8236c05c8fba244371ae32788e7d9b5b69b9d 100644 (file)
@@ -10,7 +10,6 @@
 
 #define LOG_CATEGORY UCLASS_SCSI
 
-#include <common.h>
 #include <dm.h>
 #include <scsi.h>
 
index 79ee400d12f0094eb8f4f894cce985c27db60bfc..73cb83548eb83de0d45e045aca7a2e7092f14d11 100644 (file)
@@ -6,7 +6,6 @@
 
 #define LOG_CATEGORY   UCLASS_SCSI
 
-#include <common.h>
 #include <blk.h>
 #include <bootdev.h>
 #include <bootstage.h>
index 218221fa30622704c22ab29ab02121bb0095eef3..28e4612f337c4524637be2d185762e9ff0bcd73d 100644 (file)
@@ -6,7 +6,6 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
-#include <common.h>
 #include <bootdev.h>
 #include <dm.h>
 #include <init.h>
index 6b8468f79947ff43b5f7d93df350daacdbee06b7..d1bb926b713a9b36d99d9131ee136d004f71b5e0 100644 (file)
@@ -11,7 +11,6 @@
 
 #define LOG_CATEGORY UCLASS_SCSI
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <scsi.h>