]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - drivers/usb/dwc3/linux-compat.h
usb: dwc3: ep0: make dwc3 ep0 build in uboot
[karo-tx-uboot.git] / drivers / usb / dwc3 / linux-compat.h
index 719e82e8fc2529a6c834a9d284833ffff856c1fc..cbfb946ad32bbe0e4f98d5e57f9dafc86fec306e 100644 (file)
@@ -14,6 +14,7 @@
 
 #define pr_debug(format)                debug(format)
 #define WARN(val, format, arg...)      debug(format, ##arg)
+#define dev_WARN(dev, format, arg...)  debug(format, ##arg)
 #define WARN_ON_ONCE(val)              debug("Error %d\n", val)
 
 #define BUILD_BUG_ON_NOT_POWER_OF_2(n)