UPSTREAM: usb: cdns3: Fix include file path

xhci.h has now been moved to include/usb/ directory. Therefore, update the
path in the Cadence USB drivers.

Change-Id: Id8eb19ff4ee0130265b14d9f350f6f78c6d691aa
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
(cherry picked from commit e5521b1c6f4e2d18f7b33e6db06af5e47fdef52c)
This commit is contained in:
Vignesh Raghavendra 2019-11-18 19:16:33 +05:30 committed by Frank Wang
parent 58693cd5f2
commit 8cf2756ce2
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
#include <linux/kernel.h>
#include <linux/io.h>
#include <usb.h>
#include "../host/xhci.h"
#include <usb/xhci.h>
#include "core.h"
#include "host-export.h"

View File

@ -11,7 +11,7 @@
#include <dm.h>
#include <linux/compat.h>
#include <usb.h>
#include "../host/xhci.h"
#include <usb/xhci.h>
#include "core.h"
#include "drd.h"