summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3/trace.c
diff options
context:
space:
mode:
authorKishon Vijay Abraham I <kishon@ti.com>2015-02-23 18:39:51 +0530
committerMarek Vasut <marex@denx.de>2015-04-14 05:48:08 +0200
commit97798eb96dff436eea9441897864dec60d2f5d6a (patch)
tree1e21eb503026c2f624b898f2c9570a198e91d920 /drivers/usb/dwc3/trace.c
parent85d5e7075f33e97079886027104591ff53d6363b (diff)
downloadu-boot-imx-97798eb96dff436eea9441897864dec60d2f5d6a.zip
u-boot-imx-97798eb96dff436eea9441897864dec60d2f5d6a.tar.gz
u-boot-imx-97798eb96dff436eea9441897864dec60d2f5d6a.tar.bz2
usb: dwc3: remove un-used files from dwc3 folder
removed un-used/un-supported files from dwc3. These files can be added later as and when the support is added. Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Reviewed-by: Lukasz Majewski <l.majewski@samsung.com>
Diffstat (limited to 'drivers/usb/dwc3/trace.c')
-rw-r--r--drivers/usb/dwc3/trace.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/drivers/usb/dwc3/trace.c b/drivers/usb/dwc3/trace.c
deleted file mode 100644
index 6cd1664..0000000
--- a/drivers/usb/dwc3/trace.c
+++ /dev/null
@@ -1,19 +0,0 @@
-/**
- * trace.c - DesignWare USB3 DRD Controller Trace Support
- *
- * Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com
- *
- * Author: Felipe Balbi <balbi@ti.com>
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 of
- * the License as published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- */
-
-#define CREATE_TRACE_POINTS
-#include "trace.h"