diff options
author | Michal Simek <monstr@monstr.eu> | 2009-07-21 06:58:21 -0400 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2011-03-09 02:09:57 -0500 |
commit | 0a2e1d23f2976287904e611b195f628a52b299b1 (patch) | |
tree | 43255de9422a1dcb6586e69934bba854a1c833f4 /arch | |
parent | 702d54277af852b99c05c42cc988bb2f9dede93b (diff) |
microblaze: trivial: Add one empty line
Add one empty line to microblaze_ksyms.c.
Remove one empty line to cacheflush.h.
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/microblaze/include/asm/cacheflush.h | 1 | ||||
-rw-r--r-- | arch/microblaze/kernel/microblaze_ksyms.c | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/include/asm/cacheflush.h b/arch/microblaze/include/asm/cacheflush.h index 5a5d835ae16d..0f553bc009a0 100644 --- a/arch/microblaze/include/asm/cacheflush.h +++ b/arch/microblaze/include/asm/cacheflush.h | |||
@@ -84,7 +84,6 @@ do { \ | |||
84 | #define flush_dcache_mmap_lock(mapping) do { } while (0) | 84 | #define flush_dcache_mmap_lock(mapping) do { } while (0) |
85 | #define flush_dcache_mmap_unlock(mapping) do { } while (0) | 85 | #define flush_dcache_mmap_unlock(mapping) do { } while (0) |
86 | 86 | ||
87 | |||
88 | #define flush_cache_dup_mm(mm) do { } while (0) | 87 | #define flush_cache_dup_mm(mm) do { } while (0) |
89 | #define flush_cache_vmap(start, end) do { } while (0) | 88 | #define flush_cache_vmap(start, end) do { } while (0) |
90 | #define flush_cache_vunmap(start, end) do { } while (0) | 89 | #define flush_cache_vunmap(start, end) do { } while (0) |
diff --git a/arch/microblaze/kernel/microblaze_ksyms.c b/arch/microblaze/kernel/microblaze_ksyms.c index 5cb034174005..b52fc2fa4b3e 100644 --- a/arch/microblaze/kernel/microblaze_ksyms.c +++ b/arch/microblaze/kernel/microblaze_ksyms.c | |||
@@ -24,6 +24,7 @@ | |||
24 | 24 | ||
25 | extern char *_ebss; | 25 | extern char *_ebss; |
26 | EXPORT_SYMBOL_GPL(_ebss); | 26 | EXPORT_SYMBOL_GPL(_ebss); |
27 | |||
27 | #ifdef CONFIG_FUNCTION_TRACER | 28 | #ifdef CONFIG_FUNCTION_TRACER |
28 | extern void _mcount(void); | 29 | extern void _mcount(void); |
29 | EXPORT_SYMBOL(_mcount); | 30 | EXPORT_SYMBOL(_mcount); |