diff options
author | Marek Vasut | 2024-07-13 15:19:07 +0200 |
---|---|---|
committer | Tom Rini | 2024-07-15 12:12:17 -0600 |
commit | 22a2c92c46a83fe97d9c7da0fa14ab7c435edd6d (patch) | |
tree | d4d9a38e8c38cfc1bf1c9c16f91258332676c753 /arch/arm/mach-omap2/hwinit-common.c | |
parent | 92433e9874a41d9f72a7a9842f13919197e081b3 (diff) |
arm: mach: ti: 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-omap2/hwinit-common.c')
-rw-r--r-- | arch/arm/mach-omap2/hwinit-common.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/hwinit-common.c b/arch/arm/mach-omap2/hwinit-common.c index 138501602c3..bb67e50fd56 100644 --- a/arch/arm/mach-omap2/hwinit-common.c +++ b/arch/arm/mach-omap2/hwinit-common.c @@ -268,7 +268,6 @@ void watchdog_init(void) writel(WD_UNLOCK2, &wd2_base->wspr); } - /* * This function finds the SDRAM size available in the system * based on DMM section configurations @@ -315,7 +314,6 @@ u32 omap_sdram_size(void) return total_size; } - /* * Routine: dram_init * Description: sets uboots idea of sdram size |