commit | 6c09f09d44690d341d970559b64779bef8b9236b | [log] [tgz] |
---|---|---|
author | Santosh Shilimkar <santosh.shilimkar@ti.com> | Tue Feb 16 07:57:43 2010 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Thu Feb 18 16:27:39 2010 +0000 |
tree | 55caf22e0c3b25e4c5556402ed7a1bc71fcfc200 | |
parent | b0483e78e5c4c9871fc5541875b3bc006846d46b [diff] |
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 <santosh.shilimkar@ti.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>