Skip to content

Commit

Permalink
arch/x86/xen/xen-ops: Cleanup code/data sections definitions
Browse files Browse the repository at this point in the history
Cleanup code/data sections definitions
accordingly to include/linux/init.h.

Signed-off-by: Daniel Kiper <[email protected]>
Signed-off-by: Konrad Rzeszutek Wilk <[email protected]>
  • Loading branch information
dkiper authored and konradwilk committed May 19, 2011
1 parent 3f50895 commit ad7ba09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/xen/xen-ops.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ static inline void xen_hvm_smp_init(void) {}

#ifdef CONFIG_PARAVIRT_SPINLOCKS
void __init xen_init_spinlocks(void);
__cpuinit void xen_init_lock_cpu(int cpu);
void __cpuinit xen_init_lock_cpu(int cpu);
void xen_uninit_lock_cpu(int cpu);
#else
static inline void xen_init_spinlocks(void)
Expand Down

0 comments on commit ad7ba09

Please sign in to comment.