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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/cache/sandbox_cache.c b/drivers/cache/sandbox_cache.c
index 2e20b83ab80..375892fafb0 100644
--- a/drivers/cache/sandbox_cache.c
+++ b/drivers/cache/sandbox_cache.c
@@ -27,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,