]> git.ipfire.org Git - people/ms/u-boot.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)
committerMarek Vasut <marex@denx.de>
Tue, 14 Apr 2015 03:48:09 +0000 (05:48 +0200)
commit18be4cb151f066cc0ffff40819a258376717f8ed
treea503a351ba798d6ba3c031fb21bce426c49fbf88
parent2f06693567e259321406822b343f8aa70857c7bb
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]