]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: include: Remove duplicate newlines
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sat, 13 Jul 2024 13:19:05 +0000 (15:19 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 15 Jul 2024 18:12:16 +0000 (12:12 -0600)
Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
arch/arm/include/asm/byteorder.h
arch/arm/include/asm/emif.h
arch/arm/include/asm/mach-imx/gpio.h
arch/arm/include/asm/mach-imx/mxc_i2c.h
arch/arm/include/asm/omap_common.h
arch/arm/include/asm/opcodes.h
arch/arm/include/asm/setup.h

index 20cce7657e1059a170fd5ef32688cb96064fcd7f..6a80be5750625909a12622b604693901f049b2cb 100644 (file)
@@ -15,7 +15,6 @@
 #ifndef __ASM_ARM_BYTEORDER_H
 #define __ASM_ARM_BYTEORDER_H
 
-
 #include <asm/types.h>
 
 #if !defined(__STRICT_ANSI__) || defined(__KERNEL__)
index 2141a4581c7c34e2fae8a3fd7ef13601fc76fe71..4a9e26f634d65d3fa5352a324de2d677ea2d79d0 100644 (file)
@@ -880,7 +880,6 @@ struct dmm_lisa_map_regs {
 #define RL_FINAL       6
 #endif
 
-
 /* Interleaving policies at EMIF level- between banks and Chip Selects */
 #define EMIF_INTERLEAVING_POLICY_MAX_INTERLEAVING      0
 #define EMIF_INTERLEAVING_POLICY_NO_BANK_INTERLEAVING  3
@@ -913,7 +912,6 @@ struct dmm_lisa_map_regs {
  */
 #define READ_IDLE_INTERVAL_NORMAL      (50*1000)
 
-
 /*
  * Unless voltage is changing due to DVFS one ZQCS command every 50ms should
  * be enough. This shoule be enough also in the case when voltage is changing
@@ -961,7 +959,6 @@ struct dmm_lisa_map_regs {
 #define REG_SR_TIM             0xF
 #define REG_PD_TIM             0xF
 
-
 /* EMIF_PWR_MGMT_CTRL register */
 #define EMIF_PWR_MGMT_CTRL (\
        ((REG_CS_TIM << EMIF_REG_CS_TIM_SHIFT) & EMIF_REG_CS_TIM_MASK)|\
index 25763526f5f6c6d0155b3778df9b9fdba3559321..f7d751f40244776106a4e7dd7e06004ea560e19a 100644 (file)
@@ -4,7 +4,6 @@
  * Stefano Babic, DENX Software Engineering, <sbabic@denx.de>
  */
 
-
 #ifndef __ASM_ARCH_IMX_GPIO_H
 #define __ASM_ARCH_IMX_GPIO_H
 
index e8b330f33d14f9740e2e97c1f15c0fdb71c932d9..cf694de4970d4102aae30301e01807ffb2e9c810 100644 (file)
@@ -91,7 +91,6 @@ struct mxc_i2c_bus {
                }                                       \
        };
 
-
 #define I2C_PADS_INFO(name)    \
        (is_mx6dq() || is_mx6dqp()) ? &mx6q_##name : &mx6s_##name
 #endif
index 17fdfbcffb7aee5fb1ae89d1724fae0e85ac6643..9945eeb66b8465543cdd058e3407ee5a2d7de418 100644 (file)
@@ -814,7 +814,6 @@ static inline u8 is_dra76x_acd(void)
 #define HS_DEVICE           0x2
 #define GP_DEVICE           0x3
 
-
 /*
  * SRAM scratch space entries
  */
index 21b334429898038c00780e1158db2240642a185e..bc2f9e70810bd65e9c2b7d83d7c9840e731be0c5 100644 (file)
@@ -15,7 +15,6 @@ extern asmlinkage unsigned int arm_check_condition(u32 opcode, u32 psr);
 #define ARM_OPCODE_CONDTEST_PASS   1
 #define ARM_OPCODE_CONDTEST_UNCOND 2
 
-
 /*
  * Assembler opcode byteswap helpers.
  * These are only intended for use by this header: don't use them directly,
@@ -42,7 +41,6 @@ extern asmlinkage unsigned int arm_check_condition(u32 opcode, u32 psr);
 #define ___asm_opcode_identity32(x) ((x) & 0xFFFFFFFF)
 #define ___asm_opcode_identity16(x) ((x) & 0xFFFF)
 
-
 /*
  * Opcode byteswap helpers
  *
@@ -94,7 +92,6 @@ extern asmlinkage unsigned int arm_check_condition(u32 opcode, u32 psr);
 
 #endif /* ! __ASSEMBLY__ */
 
-
 #ifdef CONFIG_CPU_ENDIAN_BE8
 
 #define __opcode_to_mem_arm(x) ___opcode_swab32(x)
index e0e2d7e36065ff890d14a9782dc9703c5fa41093..b8ca50a6401ad9c075413ab85973e05020ca0ddf 100644 (file)
@@ -75,7 +75,6 @@ struct param_struct {
     char commandline[COMMAND_LINE_SIZE];
 };
 
-
 /*
  * The new way of passing information: a list of tagged entries
  */