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.

Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
This commit is contained in:
Vignesh Raghavendra 2019-11-18 19:16:33 +05:30 committed by Marek Vasut
parent d4a31e8ee5
commit e5521b1c6f
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"