diff options
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2024-07-23 01:28:34 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-07-29 15:01:04 -0600 |
commit | 6627fbba203f89a316299d35f6a2ff3f33dd15c8 (patch) | |
tree | cce8ae95fef0efc70c6ee256b3f007951aaec56f /include/fsl_ifc.h | |
parent | a1af57b70ad14fc490b5227d11c0edd954a81978 (diff) | |
download | u-boot-6627fbba203f89a316299d35f6a2ff3f33dd15c8.tar.gz u-boot-6627fbba203f89a316299d35f6a2ff3f33dd15c8.tar.bz2 u-boot-6627fbba203f89a316299d35f6a2ff3f33dd15c8.zip |
include: Remove duplicate newlines
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'include/fsl_ifc.h')
-rw-r--r-- | include/fsl_ifc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/fsl_ifc.h b/include/fsl_ifc.h index 4991d93220..3ac2268793 100644 --- a/include/fsl_ifc.h +++ b/include/fsl_ifc.h @@ -33,7 +33,6 @@ #error Neither CONFIG_SYS_FSL_IFC_LE nor CONFIG_SYS_FSL_IFC_BE is defined #endif - /* * CSPR - Chip Select Property Register */ @@ -790,7 +789,6 @@ enum ifc_nand_fir_opcodes { */ #define IFC_GPCM_STAT_BSY 0x80000000 /* GPCM is busy */ - #ifndef __ASSEMBLY__ #include <asm/io.h> |