diff options
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2024-07-13 15:19:12 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-07-15 12:12:17 -0600 |
commit | 25cd2322aadbf53935e2ee5ae2a6b858482d1b9c (patch) | |
tree | 2adea7547263a50595d5124de690dfdc65b19778 /arch/arm/mach-socfpga/freeze_controller.c | |
parent | b71125968e3a80ee2d59f98d0f4b37b5da03777e (diff) |
arm: mach: socfpga: Remove duplicate newlines
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'arch/arm/mach-socfpga/freeze_controller.c')
-rw-r--r-- | arch/arm/mach-socfpga/freeze_controller.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-socfpga/freeze_controller.c b/arch/arm/mach-socfpga/freeze_controller.c index 7c86350d5ea..c8530c98043 100644 --- a/arch/arm/mach-socfpga/freeze_controller.c +++ b/arch/arm/mach-socfpga/freeze_controller.c @@ -3,7 +3,6 @@ * Copyright (C) 2013 Altera Corporation <www.altera.com> */ - #include <config.h> #include <asm/io.h> #include <asm/arch/clock_manager.h> |