mirror of
https://xff.cz/git/u-boot/
synced 2025-11-02 03:17:29 +01:00
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>
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
|
||||
#define LOG_CATEGORY UCLASS_NVME
|
||||
|
||||
#include <common.h>
|
||||
#include <bootdev.h>
|
||||
#include <dm.h>
|
||||
#include <init.h>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
* (C) Copyright 2021 Mark Kettenis <kettenis@openbsd.org>
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <dm.h>
|
||||
#include <mailbox.h>
|
||||
#include <mapmem.h>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user