From: Santosh Shilimkar Date: Tue, 16 Feb 2010 06:57:43 +0000 (+0100) Subject: ARM: 5938/1: ARM: L2: export outer_cache_fns X-Git-Tag: v2.6.33~25^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c09f09d44690d341d970559b64779bef8b9236b;p=pandora-kernel.git ARM: 5938/1: ARM: L2: export outer_cache_fns The 'outer_cache' variable is needed by the outer_inv_range(), outer_clean_range() and outer_flush_range() functions, which are declared as inline in asm/cacheflush.h. Otherwise drivers built as a loadable module, which access these functions, will have an undefined symbol. Signed-off-by: Santosh Shilimkar Signed-off-by: Russell King --- Reading git-diff-tree failed