From: Martin Langer <martin-langer@gmx.de>
To: alsa-devel@lists.sourceforge.net
Subject: [PATCH] compiling problem fixed
Date: Tue, 3 May 2005 16:29:16 +0200 [thread overview]
Message-ID: <20050503142916.GA3281@tuba> (raw)
[-- 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."
next reply other threads:[~2005-05-03 14:29 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-03 14:29 Martin Langer [this message]
2005-05-11 13:20 ` [PATCH] compiling problem fixed Takashi Iwai
2005-05-11 18:54 ` Martin Langer
2005-05-12 9:07 ` Takashi Iwai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050503142916.GA3281@tuba \
--to=martin-langer@gmx.de \
--cc=alsa-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox