All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] compiling problem fixed
@ 2005-05-03 14:29 Martin Langer
  2005-05-11 13:20 ` Takashi Iwai
  0 siblings, 1 reply; 4+ messages in thread
From: Martin Langer @ 2005-05-03 14:29 UTC (permalink / raw)
  To: alsa-devel

[-- Attachment #1: Type: text/plain, Size: 125 bytes --]

This fixes a 2.4 compiling problem on alpha. GFP_KERNEL was undeclared.

Signed-Off-by: Martin Langer <martin-langer@gmx.de>

[-- Attachment #2: adriver.patch --]
[-- Type: text/plain, Size: 309 bytes --]

--- include/adriver.h.ORIGINAL	2005-05-03 15:57:09.000000000 +0200
+++ include/adriver.h	2005-05-03 16:09:16.000000000 +0200
@@ -23,6 +23,7 @@
  */
 
 #include <linux/version.h>
+#include <linux/slab.h>
 
 #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 2, 3)
 #error "This driver requires Linux 2.2.3 or higher."

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

end of thread, other threads:[~2005-05-12  9:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-03 14:29 [PATCH] compiling problem fixed Martin Langer
2005-05-11 13:20 ` Takashi Iwai
2005-05-11 18:54   ` Martin Langer
2005-05-12  9:07     ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.