소스 검색

arch/x86/xen/setup: Cleanup code/data sections definitions

Cleanup code/data sections definitions
accordingly to include/linux/init.h.

Signed-off-by: Daniel Kiper <dkiper@net-space.pl>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Daniel Kiper 14 년 전
부모
커밋
ae15a3b4d1
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      arch/x86/xen/setup.c

+ 2 - 2
arch/x86/xen/setup.c

@@ -50,7 +50,7 @@ phys_addr_t xen_extra_mem_start, xen_extra_mem_size;
  */
  */
 #define EXTRA_MEM_RATIO		(10)
 #define EXTRA_MEM_RATIO		(10)
 
 
-static __init void xen_add_extra_mem(unsigned long pages)
+static void __init xen_add_extra_mem(unsigned long pages)
 {
 {
 	unsigned long pfn;
 	unsigned long pfn;
 
 
@@ -336,7 +336,7 @@ static void __init fiddle_vdso(void)
 #endif
 #endif
 }
 }
 
 
-static __cpuinit int register_callback(unsigned type, const void *func)
+static int __cpuinit register_callback(unsigned type, const void *func)
 {
 {
 	struct callback_register callback = {
 	struct callback_register callback = {
 		.type = type,
 		.type = type,