浏览代码

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>
Michal Simek 16 年之前
父节点
当前提交
0a2e1d23f2
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 0 1
      arch/microblaze/include/asm/cacheflush.h
  2. 1 0
      arch/microblaze/kernel/microblaze_ksyms.c

+ 0 - 1
arch/microblaze/include/asm/cacheflush.h

@@ -84,7 +84,6 @@ do { \
 #define flush_dcache_mmap_lock(mapping)		do { } while (0)
 #define flush_dcache_mmap_lock(mapping)		do { } while (0)
 #define flush_dcache_mmap_unlock(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_dup_mm(mm)				do { } while (0)
 #define flush_cache_vmap(start, end)			do { } while (0)
 #define flush_cache_vmap(start, end)			do { } while (0)
 #define flush_cache_vunmap(start, end)			do { } while (0)
 #define flush_cache_vunmap(start, end)			do { } while (0)

+ 1 - 0
arch/microblaze/kernel/microblaze_ksyms.c

@@ -24,6 +24,7 @@
 
 
 extern char *_ebss;
 extern char *_ebss;
 EXPORT_SYMBOL_GPL(_ebss);
 EXPORT_SYMBOL_GPL(_ebss);
+
 #ifdef CONFIG_FUNCTION_TRACER
 #ifdef CONFIG_FUNCTION_TRACER
 extern void _mcount(void);
 extern void _mcount(void);
 EXPORT_SYMBOL(_mcount);
 EXPORT_SYMBOL(_mcount);