diff options
Diffstat (limited to 'arch/powerpc/include/asm/vdso_datapage.h')
| -rw-r--r-- | arch/powerpc/include/asm/vdso_datapage.h | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/powerpc/include/asm/vdso_datapage.h b/arch/powerpc/include/asm/vdso_datapage.h index 08679c5319b..b73a8199f16 100644 --- a/arch/powerpc/include/asm/vdso_datapage.h +++ b/arch/powerpc/include/asm/vdso_datapage.h @@ -57,7 +57,7 @@ struct vdso_data {  	} version;  	/* Note about the platform flags: it now only contains the lpar -	 * bit. The actual platform number is dead and burried +	 * bit. The actual platform number is dead and buried  	 */  	__u32 platform;			/* Platform flags		0x18 */  	__u32 processor;		/* Processor type		0x1C */ @@ -116,9 +116,7 @@ struct vdso_data {  #endif /* CONFIG_PPC64 */ -#ifdef __KERNEL__  extern struct vdso_data *vdso_data; -#endif  #endif /* __ASSEMBLY__ */  | 
