mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
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: Tom Rini <trini@konsulko.com>
This commit is contained in:
1
drivers/cache/cache-l2x0.c
vendored
1
drivers/cache/cache-l2x0.c
vendored
@@ -2,7 +2,6 @@
|
||||
/*
|
||||
* Copyright (C) 2019 Intel Corporation <www.intel.com>
|
||||
*/
|
||||
#include <common.h>
|
||||
#include <command.h>
|
||||
#include <dm.h>
|
||||
|
||||
|
||||
1
drivers/cache/cache-sifive-ccache.c
vendored
1
drivers/cache/cache-sifive-ccache.c
vendored
@@ -3,7 +3,6 @@
|
||||
* Copyright (C) 2021 SiFive
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <cache.h>
|
||||
#include <dm.h>
|
||||
#include <asm/io.h>
|
||||
|
||||
1
drivers/cache/cache-uclass.c
vendored
1
drivers/cache/cache-uclass.c
vendored
@@ -5,7 +5,6 @@
|
||||
|
||||
#define LOG_CATEGORY UCLASS_CACHE
|
||||
|
||||
#include <common.h>
|
||||
#include <cache.h>
|
||||
#include <dm.h>
|
||||
|
||||
|
||||
1
drivers/cache/cache-v5l2.c
vendored
1
drivers/cache/cache-v5l2.c
vendored
@@ -4,7 +4,6 @@
|
||||
* Rick Chen, Andes Technology Corporation <rick@andestech.com>
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <command.h>
|
||||
#include <cache.h>
|
||||
#include <dm.h>
|
||||
|
||||
1
drivers/cache/sandbox_cache.c
vendored
1
drivers/cache/sandbox_cache.c
vendored
@@ -3,7 +3,6 @@
|
||||
* Copyright (C) 2019 Intel Corporation <www.intel.com>
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <cache.h>
|
||||
#include <dm.h>
|
||||
#include <errno.h>
|
||||
|
||||
Reference in New Issue
Block a user