
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut marek.vasut+renesas@mailbox.org --- board/compulab/cm_fx6/cm_fx6.c | 1 - board/compulab/cm_fx6/common.h | 1 - 2 files changed, 2 deletions(-)
diff --git a/board/compulab/cm_fx6/cm_fx6.c b/board/compulab/cm_fx6/cm_fx6.c index 4a6cc3e5630..c6d33c32ccd 100644 --- a/board/compulab/cm_fx6/cm_fx6.c +++ b/board/compulab/cm_fx6/cm_fx6.c @@ -252,7 +252,6 @@ I2C_PADS(i2c2_pads, PAD_GPIO_6__GPIO1_IO06 | MUX_PAD_CTRL(I2C_PAD_CTRL), IMX_GPIO_NR(1, 6));
- static int cm_fx6_setup_one_i2c(int busnum, struct i2c_pads_info *pads) { int ret; diff --git a/board/compulab/cm_fx6/common.h b/board/compulab/cm_fx6/common.h index debef15880f..17b56ddc283 100644 --- a/board/compulab/cm_fx6/common.h +++ b/board/compulab/cm_fx6/common.h @@ -31,6 +31,5 @@ #define CM_FX6_SATA_NRSTDLY IMX_GPIO_NR(6, 6) #define CM_FX6_SATA_PWLOSS_INT IMX_GPIO_NR(6, 31)
- void cm_fx6_set_usdhc_iomux(void); void cm_fx6_set_ecspi_iomux(void);