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:
Daniel Leung 2015-09-22 09:51:12 -07:00 committed by Anas Nashif
commit 5e66dada51

View file

@ -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(...) {;}