diff options
author | Michal Simek | 2009-07-21 12:58:21 +0200 |
---|---|---|
committer | Michal Simek | 2011-03-09 08:09:57 +0100 |
commit | 0a2e1d23f2976287904e611b195f628a52b299b1 (patch) | |
tree | 43255de9422a1dcb6586e69934bba854a1c833f4 /arch/microblaze/include/asm | |
parent | microblaze: Fix coding style - ptrace.h (diff) | |
download | kernel-qcow2-linux-0a2e1d23f2976287904e611b195f628a52b299b1.tar.gz kernel-qcow2-linux-0a2e1d23f2976287904e611b195f628a52b299b1.tar.xz kernel-qcow2-linux-0a2e1d23f2976287904e611b195f628a52b299b1.zip |
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/microblaze/include/asm')
-rw-r--r-- | arch/microblaze/include/asm/cacheflush.h | 1 |
1 files changed, 0 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 { \ #define flush_dcache_mmap_lock(mapping) do { } while (0) #define flush_dcache_mmap_unlock(mapping) do { } while (0) - #define flush_cache_dup_mm(mm) do { } while (0) #define flush_cache_vmap(start, end) do { } while (0) #define flush_cache_vunmap(start, end) do { } while (0) |