Skip to content
Snippets Groups Projects
Commit 9f97807a authored by Tom Rini's avatar Tom Rini
Browse files

cache: 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: default avatarTom Rini <trini@konsulko.com>
parent 72d31d97
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,6 @@
/*
* Copyright (C) 2019 Intel Corporation <www.intel.com>
*/
#include <common.h>
#include <command.h>
#include <dm.h>
......
......@@ -3,7 +3,6 @@
* Copyright (C) 2021 SiFive
*/
#include <common.h>
#include <cache.h>
#include <dm.h>
#include <asm/io.h>
......
......@@ -5,7 +5,6 @@
#define LOG_CATEGORY UCLASS_CACHE
#include <common.h>
#include <cache.h>
#include <dm.h>
......
......@@ -4,7 +4,6 @@
* Rick Chen, Andes Technology Corporation <rick@andestech.com>
*/
#include <common.h>
#include <command.h>
#include <cache.h>
#include <dm.h>
......
......@@ -3,7 +3,6 @@
* Copyright (C) 2019 Intel Corporation <www.intel.com>
*/
#include <common.h>
#include <cache.h>
#include <dm.h>
#include <errno.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment