summaryrefslogtreecommitdiff
path: root/drivers/cache/sandbox_cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/cache/sandbox_cache.c')
-rw-r--r--drivers/cache/sandbox_cache.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/cache/sandbox_cache.c b/drivers/cache/sandbox_cache.c
index 955dfc8a0f8..375892fafb0 100644
--- a/drivers/cache/sandbox_cache.c
+++ b/drivers/cache/sandbox_cache.c
@@ -3,7 +3,6 @@
* Copyright (C) 2019 Intel Corporation <www.intel.com>
*/
-#include <common.h>
#include <cache.h>
#include <dm.h>
#include <errno.h>
@@ -28,7 +27,6 @@ static int snadbox_disable(struct udevice *dev)
return 0;
}
-
static const struct cache_ops sandbox_cache_ops = {
.get_info = sandbox_get_info,
.enable = sandbox_enable,