i2c: dw: fix build error after file renames
The header file was renamed in previous commits, but the #include referred to a non-existing file. This causes compilation error. This uses the correct file. Change-Id: Ibda7dbca82323d99dcff71cbee8f642f6cd611d6 Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
3dd4cf2fd0
commit
5e66dada51
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
||||||
#include <sys_io.h>
|
#include <sys_io.h>
|
||||||
|
|
||||||
#include "i2c-dw.h"
|
#include "i2c-dw.h"
|
||||||
#include "i2c-registers.h"
|
#include "i2c-dw-registers.h"
|
||||||
|
|
||||||
#ifndef CONFIG_I2C_DEBUG
|
#ifndef CONFIG_I2C_DEBUG
|
||||||
#define DBG(...) {;}
|
#define DBG(...) {;}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue