]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
nvme: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Thu, 2 May 2024 01:31:03 +0000 (19:31 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 7 May 2024 14:00:55 +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/nvme/nvme-uclass.c
drivers/nvme/nvme.c
drivers/nvme/nvme_apple.c
drivers/nvme/nvme_pci.c
drivers/nvme/nvme_show.c

index f3af6a27b63bdb70db7f77e2ababe942255760e0..44c88ad27f3e20d70162b52a31356e1452e7dfd3 100644 (file)
@@ -6,7 +6,6 @@
 
 #define LOG_CATEGORY UCLASS_NVME
 
-#include <common.h>
 #include <bootdev.h>
 #include <dm.h>
 #include <init.h>
index 59a139baa0ba6c7323b29cc11311000d8fb4a84f..7c58ceb78f515ccaa56abe9616f09159e422e0d0 100644 (file)
@@ -4,7 +4,6 @@
  * Copyright (C) 2017 Bin Meng <bmeng.cn@gmail.com>
  */
 
-#include <common.h>
 #include <blk.h>
 #include <bootdev.h>
 #include <cpu_func.h>
index 819b748dc02ed1c8c588cf2783ab53ec51122dea..7e7538553e3f49b12c88c0100c5bac32cdd43705 100644 (file)
@@ -3,7 +3,6 @@
  * (C) Copyright 2021 Mark Kettenis <kettenis@openbsd.org>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <mailbox.h>
 #include <mapmem.h>
index 5bb43d299fca865577ac1daf2fb6be1327e11f27..c24f8cf1eb1faf94f89bfcfc53d6eec9ba3a66c1 100644 (file)
@@ -4,7 +4,6 @@
  * Copyright (C) 2017 Bin Meng <bmeng.cn@gmail.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <init.h>
 #include <pci.h>
index 72cbac82bccaf686351313d3e5747ae4cacc9d2e..158102363e999ad0b01d7c8c7d8764e54e6aa44f 100644 (file)
@@ -4,7 +4,6 @@
  * Copyright (C) 2017 Bin Meng <bmeng.cn@gmail.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <memalign.h>