aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme/nvme.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-05-01 19:31:03 -0600
committerTom Rini <trini@konsulko.com>2024-05-07 08:00:55 -0600
commit5f98a162853fa1c86e11cbdd3fc8b3fcf62637c8 (patch)
treebcfec45661164244eca1b6ad2250c249a17f1998 /drivers/nvme/nvme.c
parent0e407c7420c4fefd7f7e6cc7c81eeec6d084f9e4 (diff)
downloadu-boot-5f98a162853fa1c86e11cbdd3fc8b3fcf62637c8.zip
u-boot-5f98a162853fa1c86e11cbdd3fc8b3fcf62637c8.tar.gz
u-boot-5f98a162853fa1c86e11cbdd3fc8b3fcf62637c8.tar.bz2
nvme: 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>
Diffstat (limited to 'drivers/nvme/nvme.c')
-rw-r--r--drivers/nvme/nvme.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/nvme/nvme.c b/drivers/nvme/nvme.c
index 59a139b..7c58ceb 100644
--- a/drivers/nvme/nvme.c
+++ b/drivers/nvme/nvme.c
@@ -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>