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:
parent
7a74fb0454
commit
fe144ff2d4
2 changed files with 1 additions and 3 deletions
|
@ -1,3 +1 @@
|
|||
ccflags-y += -I${srctree}/include/drivers/usb -I${srctree}/include/usb/
|
||||
|
||||
obj-$(CONFIG_USB_DW) += usb_dc_dw.o
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <misc/byteorder.h>
|
||||
#include "usb_dc.h"
|
||||
#include <usb/usb_dc.h>
|
||||
#include "usb_dw_registers.h"
|
||||
#include "clk.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue