mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 02:15:45 +01:00 
			
		
		
		
	m68k: Remove duplicate newlines
Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
		| @@ -19,7 +19,6 @@ extern int test_and_change_bit(int nr, volatile void *addr); | |||||||
|  |  | ||||||
| #ifdef __KERNEL__ | #ifdef __KERNEL__ | ||||||
|  |  | ||||||
|  |  | ||||||
| static inline int test_bit(int nr, __const__ volatile void *addr) | static inline int test_bit(int nr, __const__ volatile void *addr) | ||||||
| { | { | ||||||
| 	__const__ unsigned int *p = (__const__ unsigned int *) addr; | 	__const__ unsigned int *p = (__const__ unsigned int *) addr; | ||||||
|   | |||||||
| @@ -136,7 +136,6 @@ | |||||||
| #define CF_ACR_SP		(1 << 3) | #define CF_ACR_SP		(1 << 3) | ||||||
| #endif				/* CONFIG_CF_V4 */ | #endif				/* CONFIG_CF_V4 */ | ||||||
|  |  | ||||||
|  |  | ||||||
| #ifndef CFG_SYS_CACHE_ICACR | #ifndef CFG_SYS_CACHE_ICACR | ||||||
| #define CFG_SYS_CACHE_ICACR	0 | #define CFG_SYS_CACHE_ICACR	0 | ||||||
| #endif | #endif | ||||||
|   | |||||||
| @@ -54,5 +54,4 @@ | |||||||
| #include <asm/coldfire/rng.h> | #include <asm/coldfire/rng.h> | ||||||
| #include <asm/coldfire/skha.h> | #include <asm/coldfire/skha.h> | ||||||
|  |  | ||||||
|  |  | ||||||
| #endif				/* __IMMAP_5271__ */ | #endif				/* __IMMAP_5271__ */ | ||||||
|   | |||||||
| @@ -223,7 +223,6 @@ typedef struct	gpio_ctrl { | |||||||
| 	u8 par_res2[3]; | 	u8 par_res2[3]; | ||||||
| } gpio_t; | } gpio_t; | ||||||
|  |  | ||||||
|  |  | ||||||
| /* Watchdog registers | /* Watchdog registers | ||||||
|  */ |  */ | ||||||
| typedef struct wdog_ctrl { | typedef struct wdog_ctrl { | ||||||
|   | |||||||
| @@ -700,7 +700,6 @@ | |||||||
| #define GPIO_PAR_FEC_FEC_MII		(0x01)	/* MDC & MDIO - GPIO */ | #define GPIO_PAR_FEC_FEC_MII		(0x01)	/* MDC & MDIO - GPIO */ | ||||||
| #define GPIO_PAR_FEC_FEC_MIIFUL	(0x00) | #define GPIO_PAR_FEC_FEC_MIIFUL	(0x00) | ||||||
|  |  | ||||||
|  |  | ||||||
| /* TC: Need to edit here.... */ | /* TC: Need to edit here.... */ | ||||||
|  |  | ||||||
| /* Mode Select Control */ | /* Mode Select Control */ | ||||||
|   | |||||||
| @@ -15,7 +15,6 @@ | |||||||
| #include <asm/processor.h> | #include <asm/processor.h> | ||||||
| #include <asm/ptrace.h> | #include <asm/ptrace.h> | ||||||
|  |  | ||||||
|  |  | ||||||
| extern void _exc_handler(void); | extern void _exc_handler(void); | ||||||
| extern void _int_handler(void); | extern void _int_handler(void); | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user