i2c: fix include for i2c_bitbang in some drivers
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
38e6e60dc5
commit
3b7dd6ef4e
|
@ -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
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue