Skip to content

Commit

Permalink
nvme: Remove <common.h> and add needed includes
Browse files Browse the repository at this point in the history
Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <[email protected]>
  • Loading branch information
trini committed May 7, 2024
1 parent 0e407c7 commit 5f98a16
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion drivers/nvme/nvme-uclass.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

#define LOG_CATEGORY UCLASS_NVME

#include <common.h>
#include <bootdev.h>
#include <dm.h>
#include <init.h>
Expand Down
1 change: 0 additions & 1 deletion drivers/nvme/nvme.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
* Copyright (C) 2017 Bin Meng <[email protected]>
*/

#include <common.h>
#include <blk.h>
#include <bootdev.h>
#include <cpu_func.h>
Expand Down
1 change: 0 additions & 1 deletion drivers/nvme/nvme_apple.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
* (C) Copyright 2021 Mark Kettenis <[email protected]>
*/

#include <common.h>
#include <dm.h>
#include <mailbox.h>
#include <mapmem.h>
Expand Down
1 change: 0 additions & 1 deletion drivers/nvme/nvme_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
* Copyright (C) 2017 Bin Meng <[email protected]>
*/

#include <common.h>
#include <dm.h>
#include <init.h>
#include <pci.h>
Expand Down
1 change: 0 additions & 1 deletion drivers/nvme/nvme_show.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
* Copyright (C) 2017 Bin Meng <[email protected]>
*/

#include <common.h>
#include <dm.h>
#include <errno.h>
#include <memalign.h>
Expand Down

0 comments on commit 5f98a16

Please sign in to comment.