[PATCH] trivial #if -> #ifdef

From: Diego Calleja
Date: Sat Oct 01 2005 - 10:04:53 EST


Self-explanatory patch fixing bug #5340 (isn't easier to send a fix than
report the bug?!)


Signed-off-by: Diego Calleja <diegocg@xxxxxxxxx>

--- 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/