diff options
Diffstat (limited to 'drivers/usb/dwc3/linux-compat.h')
-rw-r--r-- | drivers/usb/dwc3/linux-compat.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/usb/dwc3/linux-compat.h b/drivers/usb/dwc3/linux-compat.h new file mode 100644 index 00000000000..563f8727cdd --- /dev/null +++ b/drivers/usb/dwc3/linux-compat.h @@ -0,0 +1,16 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/** + * linux-compat.h - DesignWare USB3 Linux Compatibiltiy Adapter Header + * + * Copyright (C) 2015 Texas Instruments Incorporated - https://www.ti.com + * + * Authors: Kishon Vijay Abraham I <kishon@ti.com> + * + */ + +#ifndef __DWC3_LINUX_COMPAT__ +#define __DWC3_LINUX_COMPAT__ + +#define dev_WARN(dev, format, arg...) debug(format, ##arg) + +#endif |