diff options
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | 2023-04-17 18:14:06 +0200 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2023-04-26 11:40:35 +0100 |
commit | 378b0e9f247450c9c4e49f02d9d79799a0c7c349 (patch) | |
tree | 0350f6e5825a5bd199f93376fffed176e01fdc72 /include | |
parent | b24e335b7d73b5d65d09144319c62aa967b6abc8 (diff) |
dt-bindings: mfd: stm32: Remove unnecessary blank lines
Remove double blank line.
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Signed-off-by: Lee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/20230417181342.v2.1.I483a676579cc7e3ac07e1db649091553743fecc8@changeid
Diffstat (limited to 'include')
-rw-r--r-- | include/dt-bindings/mfd/stm32f4-rcc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/dt-bindings/mfd/stm32f4-rcc.h b/include/dt-bindings/mfd/stm32f4-rcc.h index 309e8c79f27b..36448a5619a1 100644 --- a/include/dt-bindings/mfd/stm32f4-rcc.h +++ b/include/dt-bindings/mfd/stm32f4-rcc.h @@ -34,7 +34,6 @@ #define STM32F4_AHB1_RESET(bit) (STM32F4_RCC_AHB1_##bit + (0x10 * 8)) #define STM32F4_AHB1_CLOCK(bit) (STM32F4_RCC_AHB1_##bit) - /* AHB2 */ #define STM32F4_RCC_AHB2_DCMI 0 #define STM32F4_RCC_AHB2_CRYP 4 |