diff options
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2024-07-13 15:19:29 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-07-15 12:12:18 -0600 |
commit | 5f9a3003be1d9657cf450e3dedf56e92a7415e07 (patch) | |
tree | ec216df2ef7495ce19244f932c8d2d8c045ffaf7 /arch/powerpc/cpu/mpc85xx/cpu.c | |
parent | 66710564025716645d3aad8c7be6da977d913d2f (diff) |
ppc: Remove duplicate newlines
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'arch/powerpc/cpu/mpc85xx/cpu.c')
-rw-r--r-- | arch/powerpc/cpu/mpc85xx/cpu.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/cpu.c b/arch/powerpc/cpu/mpc85xx/cpu.c index ebce2fe3935..ab4ef154729 100644 --- a/arch/powerpc/cpu/mpc85xx/cpu.c +++ b/arch/powerpc/cpu/mpc85xx/cpu.c @@ -297,7 +297,6 @@ int checkcpu (void) return 0; } - /* ------------------------------------------------------------------------- */ int do_reset(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) @@ -337,7 +336,6 @@ int do_reset(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) return 1; } - /* * Get timebase clock frequency */ @@ -348,7 +346,6 @@ __weak unsigned long get_tbclk(void) return (gd->bus_clk + (tbclk_div >> 1)) / tbclk_div; } - /* * Initializes on-chip MMC controllers. * to override, implement board_mmc_init() |