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

[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
...@@ -183,7 +183,7 @@ struct of_device_id ...@@ -183,7 +183,7 @@ struct of_device_id
char name[32]; char name[32];
char type[32]; char type[32];
char compatible[128]; char compatible[128];
#if __KERNEL__ #ifdef __KERNEL__
void *data; void *data;
#else #else
kernel_ulong_t data; kernel_ulong_t data;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment