summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@mailbox.org>2024-07-13 15:19:23 +0200
committerTom Rini <trini@konsulko.com>2024-07-15 12:12:18 -0600
commitc6c22fdf52807946dd950f4aae4fa15dc0355a5c (patch)
treedb9191a021053a1059cfe7bf88bd1f047a12cb13 /arch
parent2f8c004a5ae51b9b88479f3a728c564c021f50c5 (diff)
downloadu-boot-c6c22fdf52807946dd950f4aae4fa15dc0355a5c.tar.gz
u-boot-c6c22fdf52807946dd950f4aae4fa15dc0355a5c.tar.bz2
u-boot-c6c22fdf52807946dd950f4aae4fa15dc0355a5c.zip
m68k: Remove duplicate newlines
Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/m68k/include/asm/bitops.h1
-rw-r--r--arch/m68k/include/asm/cache.h1
-rw-r--r--arch/m68k/include/asm/immap_5271.h1
-rw-r--r--arch/m68k/include/asm/immap_5275.h1
-rw-r--r--arch/m68k/include/asm/m5441x.h1
-rw-r--r--arch/m68k/lib/traps.c1
6 files changed, 0 insertions, 6 deletions
diff --git a/arch/m68k/include/asm/bitops.h b/arch/m68k/include/asm/bitops.h
index 4a3f6b97ad..c5c84c6169 100644
--- a/arch/m68k/include/asm/bitops.h
+++ b/arch/m68k/include/asm/bitops.h
@@ -19,7 +19,6 @@ extern int test_and_change_bit(int nr, volatile void *addr);
#ifdef __KERNEL__
-
static inline int test_bit(int nr, __const__ volatile void *addr)
{
__const__ unsigned int *p = (__const__ unsigned int *) addr;
diff --git a/arch/m68k/include/asm/cache.h b/arch/m68k/include/asm/cache.h
index aa8d2edb40..712b02cd89 100644
--- a/arch/m68k/include/asm/cache.h
+++ b/arch/m68k/include/asm/cache.h
@@ -136,7 +136,6 @@
#define CF_ACR_SP (1 << 3)
#endif /* CONFIG_CF_V4 */
-
#ifndef CFG_SYS_CACHE_ICACR
#define CFG_SYS_CACHE_ICACR 0
#endif
diff --git a/arch/m68k/include/asm/immap_5271.h b/arch/m68k/include/asm/immap_5271.h
index a5bf18c4b8..5b7db9e027 100644
--- a/arch/m68k/include/asm/immap_5271.h
+++ b/arch/m68k/include/asm/immap_5271.h
@@ -54,5 +54,4 @@
#include <asm/coldfire/rng.h>
#include <asm/coldfire/skha.h>
-
#endif /* __IMMAP_5271__ */
diff --git a/arch/m68k/include/asm/immap_5275.h b/arch/m68k/include/asm/immap_5275.h
index c4cce3f94f..e90c870c91 100644
--- a/arch/m68k/include/asm/immap_5275.h
+++ b/arch/m68k/include/asm/immap_5275.h
@@ -223,7 +223,6 @@ typedef struct gpio_ctrl {
u8 par_res2[3];
} gpio_t;
-
/* Watchdog registers
*/
typedef struct wdog_ctrl {
diff --git a/arch/m68k/include/asm/m5441x.h b/arch/m68k/include/asm/m5441x.h
index f2e7e7fff4..2c9f13030f 100644
--- a/arch/m68k/include/asm/m5441x.h
+++ b/arch/m68k/include/asm/m5441x.h
@@ -700,7 +700,6 @@
#define GPIO_PAR_FEC_FEC_MII (0x01) /* MDC & MDIO - GPIO */
#define GPIO_PAR_FEC_FEC_MIIFUL (0x00)
-
/* TC: Need to edit here.... */
/* Mode Select Control */
diff --git a/arch/m68k/lib/traps.c b/arch/m68k/lib/traps.c
index e09f36f2fd..dafd8a9a63 100644
--- a/arch/m68k/lib/traps.c
+++ b/arch/m68k/lib/traps.c
@@ -15,7 +15,6 @@
#include <asm/processor.h>
#include <asm/ptrace.h>
-
extern void _exc_handler(void);
extern void _int_handler(void);