drivers: cache: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
Marek Vasut
2024-07-22 10:53:04 -06:00
committed by Tom Rini
parent 13056cb1e5
commit 62d14e2a6f
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -62,7 +62,6 @@ static int l2x0_probe(struct udevice *dev)
return 0;
}
static const struct udevice_id l2x0_ids[] = {
{ .compatible = "arm,pl310-cache" },
{}
-1
View File
@@ -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,