From: Chen Gang Date: Tue, 15 Apr 2014 01:21:30 +0000 (+0800) Subject: arch:unicore32:mm: add devmem_is_allowed() to support STRICT_DEVMEM X-Git-Tag: omap-for-v3.16/fixes-rc4~73^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a016596a56282f1414cf90e575040cffdabe68e;p=pandora-kernel.git arch:unicore32:mm: add devmem_is_allowed() to support STRICT_DEVMEM unicore32 supports STRICT_DEVMEM, so it needs devmem_is_allowed(), like some of other architectures have done (e.g. arm, powerpc, x86 ...). The related error with allmodconfig: CC drivers/char/mem.o drivers/char/mem.c: In function ‘range_is_allowed’: drivers/char/mem.c:69: error: implicit declaration of function ‘devmem_is_allowed’ make[2]: *** [drivers/char/mem.o] Error 1 make[1]: *** [drivers/char] Error 2 make: *** [drivers] Error 2 Signed-off-by: Chen Gang Acked-by: Xuetao Guan Signed-off-by: Xuetao Guan --- Reading git-diff-tree failed