From: James Hogan Date: Fri, 8 Mar 2013 15:30:01 +0000 (+0000) Subject: metag: cachepart: fix get_global_dcache_size() typo X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~101^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7fb9e6a48b13e1edea1f0b1f00a45defd7c9e0e;p=pandora-kernel.git metag: cachepart: fix get_global_dcache_size() typo Compilation is broken when the kernel is destined to live in the global part of the virtual address space: arch/metag/kernel/cachepart.c In function 'get_thread_cache_size': arch/metag/kernel/cachepart.c +71 : error: implicit declaration of function 'get_global_dache_size' Fix the typo. Signed-off-by: James Hogan --- Reading git-diff-tree failed