Skip to content
Snippets Groups Projects
Commit a5a614c1 authored by Holger Brunck's avatar Holger Brunck Committed by Kim Phillips
Browse files

km/common: remove unneeded ifdefs for I2C


All boards from this serie use i2c. There is no need to #ifdef the
header.

Signed-off-by: default avatarHolger Brunck <holger.brunck@keymile.com>
parent 9a82b10c
No related branches found
No related tags found
No related merge requests found
......@@ -38,9 +38,7 @@
#include "post.h"
#endif
#include "common.h"
#if defined(CONFIG_HARD_I2C) || defined(CONFIG_SOFT_I2C)
#include <i2c.h>
#endif
#if !defined(CONFIG_MPC83xx)
static void i2c_write_start_seq(void);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment