diff options
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2024-07-20 14:40:29 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-07-22 10:53:04 -0600 |
commit | 62d14e2a6f7c5071c76fa41deb7e9c80d8164eba (patch) | |
tree | 0c459234cfa38466c5eae3e3a0e59bbe6ec7e090 /drivers/cache/cache-l2x0.c | |
parent | 13056cb1e5ec4770f88609c4b2900f5162699df3 (diff) |
drivers: cache: Remove duplicate newlines
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'drivers/cache/cache-l2x0.c')
-rw-r--r-- | drivers/cache/cache-l2x0.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/cache/cache-l2x0.c b/drivers/cache/cache-l2x0.c index c7bdd9d064a..8b29af42338 100644 --- a/drivers/cache/cache-l2x0.c +++ b/drivers/cache/cache-l2x0.c @@ -62,7 +62,6 @@ static int l2x0_probe(struct udevice *dev) return 0; } - static const struct udevice_id l2x0_ids[] = { { .compatible = "arm,pl310-cache" }, {} |