i2c: fix include for i2c_bitbang in some drivers

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2017-10-01 08:36:49 -04:00 committed by Anas Nashif
parent 38e6e60dc5
commit 3b7dd6ef4e
2 changed files with 3 additions and 3 deletions

View file

@ -18,9 +18,9 @@
*/
#include <errno.h>
#include <i2c.h>
#include <i2c_bitbang.h>
#include <kernel.h>
#include <i2c.h>
#include "i2c_bitbang.h"
/*
* Indexes into delay table for each part of I2C timing waveform we are

View file

@ -16,7 +16,7 @@
#include <device.h>
#include <errno.h>
#include <i2c.h>
#include <i2c_bitbang.h>
#include "i2c_bitbang.h"
/* SBCon hardware registers layout */
struct sbcon {