Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fd2e54b3 authored by Diego Calleja's avatar Diego Calleja Committed by Linus Torvalds
Browse files

[PATCH] trivial #if -> #ifdef



Use '#ifdef' consistently on __KERNEL__.  This was reported as bug #5340
(isn't easier to send a fix than report the bug?!)

Signed-off-by: default avatarDiego Calleja <diegocg@gmail.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 2d8ab6ad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -183,7 +183,7 @@ struct of_device_id
	char	name[32];
	char	type[32];
	char	compatible[128];
#if __KERNEL__
#ifdef __KERNEL__
	void	*data;
#else
	kernel_ulong_t data;