Ovidiu Panait
78237828a3
board_f: Remove dead code from init_func_i2c
...
Since commit 69153988a6
("i2c: Finish dropping use of CONFIG_I2C_HARD")
init_func_i2c is wrapped only by "#if defined(CONFIG_SYS_I2C)". Because
of this, the second ifdef within becomes pointless:
#if defined(CONFIG_SYS_I2C)
static int init_func_i2c(void)
<snip>
#ifdef CONFIG_SYS_I2C
...
#else
...
#endif
<snip>
}
#endif
Remove the dead #else preprocessor code.
Fixes: 69153988a6
("i2c: Finish dropping use of CONFIG_I2C_HARD")
Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com >
2020-08-22 08:54:51 -06:00
..
2020-05-18 17:33:33 -04:00
2020-08-11 20:34:46 +05:30
2020-05-18 21:19:18 -04:00
2020-05-18 21:19:23 -04:00
2019-12-02 18:24:58 -05:00
2020-05-18 21:19:23 -04:00
2020-02-05 19:33:46 -07:00
2020-08-22 08:54:51 -06:00
2020-05-18 17:33:33 -04:00
2020-08-14 15:18:30 -04:00
2020-05-18 21:19:18 -04:00
2020-07-22 12:32:42 +02:00
2020-07-17 08:51:01 -04:00
2019-12-02 18:23:13 -05:00
2020-05-18 21:19:18 -04:00
2020-05-18 21:19:18 -04:00
2020-05-18 18:36:55 -04:00
2020-05-18 18:36:55 -04:00
2020-05-18 21:19:18 -04:00
2020-05-18 18:36:55 -04:00
2020-07-08 17:21:46 -04:00
2020-05-18 21:19:18 -04:00
2020-08-07 22:31:32 -04:00
2020-05-18 21:19:18 -04:00
2020-05-18 21:19:18 -04:00
2020-05-18 21:19:18 -04:00
2020-05-18 21:19:18 -04:00
2020-05-18 18:36:55 -04:00
2020-07-25 14:46:57 -06:00
2020-07-25 14:46:57 -06:00
2020-05-18 21:19:18 -04:00
2020-06-16 11:36:30 -04:00
2020-05-18 21:19:18 -04:00
2019-08-07 15:31:05 -04:00
2020-06-02 13:06:12 -04:00
2020-05-18 21:19:23 -04:00
2020-07-28 19:30:39 -06:00
2020-05-18 21:19:18 -04:00
2020-06-12 13:14:07 -04:00
2020-06-12 13:14:07 -04:00
2020-07-17 09:30:13 -04:00
2020-05-18 21:19:23 -04:00
2020-08-04 23:30:02 -04:00
2020-05-18 21:19:23 -04:00
2020-05-18 21:19:23 -04:00
2020-05-18 21:19:18 -04:00
2020-05-18 21:19:18 -04:00
2020-07-09 18:57:22 -06:00
2020-07-09 18:57:22 -06:00
2020-07-09 18:57:22 -06:00
2020-05-18 17:33:33 -04:00
2020-04-26 14:23:55 -06:00
2020-05-18 21:19:18 -04:00
2020-01-24 23:06:49 +05:30
2020-05-07 09:01:42 -04:00
2020-05-18 21:19:23 -04:00
2020-05-18 21:19:18 -04:00
2020-06-28 01:03:09 +02:00
2020-05-18 21:19:18 -04:00
2020-01-24 23:06:49 +05:30
2020-05-18 21:19:23 -04:00
2020-05-18 21:19:18 -04:00
2020-05-18 21:19:23 -04:00
2020-05-18 21:19:23 -04:00
2019-10-08 13:57:45 +08:00