summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2015-10-22 06:19:20 +0200
committerHeiko Schocher <hs@denx.de>2015-10-26 09:22:02 +0100
commit5219db8ae802210730b348a888474efc2f9bf0a4 (patch)
tree9ac4e8397615397621441df872b43b0c7b32be51 /drivers/usb/dwc3
parent677f970bc62a661690b3431543d5a5d5e682ba70 (diff)
downloadtalos-obmc-uboot-5219db8ae802210730b348a888474efc2f9bf0a4.tar.gz
talos-obmc-uboot-5219db8ae802210730b348a888474efc2f9bf0a4.zip
linux, compat: add missing definitions for ubi
add missing definitions for the ubi/ubifs sync with linux 4.2, also change "#define kfree ..." into a static inline, so prevent ubi compile error: CC drivers/mtd/ubi/fastmap.o drivers/mtd/ubi/fastmap.c: In function 'scan_pool': drivers/mtd/ubi/fastmap.c:475:3: error: called object 'free' is not a function Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'drivers/usb/dwc3')
-rw-r--r--drivers/usb/dwc3/linux-compat.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/usb/dwc3/linux-compat.h b/drivers/usb/dwc3/linux-compat.h
index b36f68fec8..6c9c2791a8 100644
--- a/drivers/usb/dwc3/linux-compat.h
+++ b/drivers/usb/dwc3/linux-compat.h
@@ -30,9 +30,4 @@ static inline void *devm_kzalloc(struct device *dev, unsigned int size,
{
return kzalloc(size, flags);
}
-
-static inline void *kmalloc_array(size_t n, size_t size, gfp_t flags)
-{
- return kzalloc(n * size, flags);
-}
#endif
OpenPOWER on IntegriCloud