mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] missing ifdef in mod_devicetable.h for 2.6.14-rc3
@ 2005-10-01 15:03 Alex Romosan
  2005-10-01 15:15 ` Arjan van de Ven
  0 siblings, 1 reply; 3+ messages in thread
From: Alex Romosan @ 2005-10-01 15:03 UTC (permalink / raw)
  To: linux-kernel

this was introduced in rc1 and is still present in rc3. without the
patch below i can't compile alsa cvs.

--- a/include/linux/mod_devicetable.h	2005-09-13 13:49:17.000000000 -0700
+++ b/include/linux/mod_devicetable.h	2005-09-13 13:49:43.000000000 -0700
@@ -183,7 +183,7 @@
 	char	name[32];
 	char	type[32];
 	char	compatible[128];
-#if __KERNEL__
+#ifdef __KERNEL__
 	void	*data;
 #else
 	kernel_ulong_t data;

--alex--

-- 
| I believe the moment is at hand when, by a paranoiac and active |
|  advance of the mind, it will be possible (simultaneously with  |
|  automatism and other passive states) to systematize confusion  |
|  and thus to help to discredit completely the world of reality. |

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-10-01 15:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-01 15:03 [PATCH] missing ifdef in mod_devicetable.h for 2.6.14-rc3 Alex Romosan
2005-10-01 15:15 ` Arjan van de Ven
2005-10-01 15:48   ` Alex Romosan

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

all inboxes | Powered by JetHome®