drivers: usb: remove unneeded include path additions

We can locally reference the file we need, so don't add a -I we don't
need.

Change-Id: I4d9507d5368073443dcc78a5821fe09d3e0b9bfc
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2016-12-08 11:53:38 -06:00 committed by Anas Nashif
commit fe144ff2d4
2 changed files with 1 additions and 3 deletions

View file

@ -1,3 +1 @@
ccflags-y += -I${srctree}/include/drivers/usb -I${srctree}/include/usb/
obj-$(CONFIG_USB_DW) += usb_dc_dw.o obj-$(CONFIG_USB_DW) += usb_dc_dw.o

View file

@ -28,7 +28,7 @@
#include <string.h> #include <string.h>
#include <stdio.h> #include <stdio.h>
#include <misc/byteorder.h> #include <misc/byteorder.h>
#include "usb_dc.h" #include <usb/usb_dc.h>
#include "usb_dw_registers.h" #include "usb_dw_registers.h"
#include "clk.h" #include "clk.h"