lkml.org 
[lkml]   [2005]   [Oct]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] trivial #if -> #ifdef
Self-explanatory patch fixing bug #5340 (isn't easier to send a fix than 
report the bug?!)


Signed-off-by: Diego Calleja <diegocg@gmail.com>

--- stable/include/linux/mod_devicetable.h.BAK 2005-10-01 16:11:39.000000000 +0200
+++ stable/include/linux/mod_devicetable.h 2005-10-01 16:22:15.000000000 +0200
@@ -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;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-10-01 17:07    [W:0.041 / U:0.088 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site