diff options
author | Tom Rini <trini@konsulko.com> | 2024-07-22 10:52:36 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-07-22 10:52:36 -0600 |
commit | 9b186f68afbf0d08bc5108108c8748b4b0511aee (patch) | |
tree | db3b1b90bd7b7738613d1edd00ffec3b6d990d8a /board/compulab/cm_fx6/cm_fx6.c | |
parent | b614f3b58fed4589098cd691be7bfb719dc4b35a (diff) | |
parent | ba3f26efe0a0657d59f9bb9245cc72dc79ce814c (diff) |
Merge patch series "board: BuS: Remove duplicate newlines"
Drop all duplicate newlines from the board directory files.
Diffstat (limited to 'board/compulab/cm_fx6/cm_fx6.c')
-rw-r--r-- | board/compulab/cm_fx6/cm_fx6.c | 1 |
1 files changed, 0 insertions, 1 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; |