scsi: 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>
This commit is contained in:
Tom Rini 2024-05-01 19:31:16 -06:00
parent 16a50b666d
commit 8625f7bb6e
5 changed files with 0 additions and 5 deletions

View File

@ -9,7 +9,6 @@
#define LOG_CATEGORY UCLASS_SCSI
#include <common.h>
#include <dm.h>
#include <os.h>
#include <malloc.h>

View File

@ -10,7 +10,6 @@
#define LOG_CATEGORY UCLASS_SCSI
#include <common.h>
#include <dm.h>
#include <scsi.h>

View File

@ -6,7 +6,6 @@
#define LOG_CATEGORY UCLASS_SCSI
#include <common.h>
#include <blk.h>
#include <bootdev.h>
#include <bootstage.h>

View File

@ -6,7 +6,6 @@
* Written by Simon Glass <sjg@chromium.org>
*/
#include <common.h>
#include <bootdev.h>
#include <dm.h>
#include <init.h>

View File

@ -11,7 +11,6 @@
#define LOG_CATEGORY UCLASS_SCSI
#include <common.h>
#include <dm.h>
#include <log.h>
#include <scsi.h>