mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] trivial #if -> #ifdef
@ 2005-10-01 15:00 Diego Calleja
  0 siblings, 0 replies; only message in thread
From: Diego Calleja @ 2005-10-01 15:00 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

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;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-10-01 15:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-01 15:00 [PATCH] trivial #if -> #ifdef Diego Calleja

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome