powerpc: Removing undead ifdef __KERNEL__
The __KERNEL__ ifdef isn't necessary at this point, because it is checked in an outer ifdef level already and has no effect here. Signed-off-by: Christian Dietrich <qy03fugy@stud.informatik.uni-erlangen.de> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
committed by
Benjamin Herrenschmidt
parent
d72e063bb3
commit
56e640de12
@ -116,9 +116,7 @@ struct vdso_data {
|
||||
|
||||
#endif /* CONFIG_PPC64 */
|
||||
|
||||
#ifdef __KERNEL__
|
||||
extern struct vdso_data *vdso_data;
|
||||
#endif
|
||||
|
||||
#endif /* __ASSEMBLY__ */
|
||||
|
||||
|
Reference in New Issue
Block a user