commit | 5219db8ae802210730b348a888474efc2f9bf0a4 | [log] [tgz] |
---|---|---|
author | Heiko Schocher <hs@denx.de> | Thu Oct 22 06:19:20 2015 +0200 |
committer | Heiko Schocher <hs@denx.de> | Mon Oct 26 09:22:02 2015 +0100 |
tree | 9ac4e8397615397621441df872b43b0c7b32be51 | |
parent | 677f970bc62a661690b3431543d5a5d5e682ba70 [diff] |
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>