]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
usb: dwc3: linux-compat: Add header for dwc3 linux compatibiltiy
authorKishon Vijay Abraham I <kishon@ti.com>
Mon, 23 Feb 2015 13:09:57 +0000 (18:39 +0530)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 19:47:09 +0000 (21:47 +0200)
commit7e72199707f67af9f677f2defb22de101f9434e6
tree940963ff239c28cb6bdfa842e47c3e2cbc30127a
parentcdcd87edf319b9faa8b9ac8a3b2f9cd32c396f17
usb: dwc3: linux-compat: Add header for dwc3 linux compatibiltiy

Added a header file to include various linux specific APIs like
pr_debug, WARN_ WARN_ON_ONCE etc.. in order to avoid compilation
error while building dwc3 driver.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Reviewed-by: Lukasz Majewski <l.majewski@samsung.com>
drivers/usb/dwc3/linux-compat.h [new file with mode: 0644]