linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Przemysław Stanisław Knycz" <zolw@wombb.edu.pl>
To: Takashi Iwai <tiwai@suse.de>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [linux-2.6.0-test1] Missing #include lines with alsa at alpha
Date: Thu, 17 Jul 2003 22:36:56 +0200	[thread overview]
Message-ID: <20030717203656.GA30959@aquila.wom.lan> (raw)
In-Reply-To: <s5hsmp5zdwg.wl@alsa2.suse.de>

On Thu, Jul 17, 2003 at 11:43:59AM +0200, Takashi Iwai wrote:
> could you tell me which file exactly?

sound/
./pcmcia/vx/vxpocket.c
./pci/rme9652/hdsp.c
./drivers/opl4/opl4_lib.c

--- ./sound/pcmcia/vx/vxpocket.c~     2003-07-14 05:31:21.000000000 +0200
+++ ./sound/pcmcia/vx/vxpocket.c      2003-07-16 22:06:22.000000000 +0200
@@ -35,6 +35,7 @@
 #include <pcmcia/version.h>
 #include "vxpocket.h"
 #include <sound/initval.h>
+#include <linux/init.h>
  
 /*
  */
--- ./sound/pci/rme9652/hdsp.c~       2003-07-14 05:32:41.000000000 +0200
+++ ./sound/pci/rme9652/hdsp.c        2003-07-16 22:03:09.000000000 +0200
@@ -26,6 +26,7 @@
 #include <linux/interrupt.h>
 #include <linux/slab.h>
 #include <linux/pci.h>
+#include <linux/init.h>
  
 #include <sound/core.h>
 #include <sound/control.h>
--- ./sound/drivers/opl4/opl4_lib.c~  2003-07-17 22:07:25.000000000 +0200
+++ ./sound/drivers/opl4/opl4_lib.c   2003-07-17 22:15:24.000000000 +0200
@@ -21,6 +21,7 @@
 #include <sound/initval.h>
 #include <linux/ioport.h>
 #include <asm/io.h>
+#include <linux/init.h>
  
 MODULE_AUTHOR("Clemens Ladisch <clemens@ladisch.de>");
 MODULE_DESCRIPTION("OPL4 driver");


This patches allow to build it without problems. Happy bugtracking :)

-- 
.----[ a d m i n at w o m b b dot e d u dot p l ]----.
| Przemysław Stanisław Knycz,  Registered Linux User |
| Net/Sys Administrator, PLD Developer,       213344 |
`------ "Linux - the choice of GNU generation" ------'

  reply	other threads:[~2003-07-17 20:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-17  7:24 [linux-2.6.0-test1] Missing #include lines with alsa at alpha Przemysław Stanisław Knycz
2003-07-17  9:43 ` Takashi Iwai
2003-07-17 20:36   ` Przemysław Stanisław Knycz [this message]
2003-07-18 10:08     ` 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=20030717203656.GA30959@aquila.wom.lan \
    --to=zolw@wombb.edu.pl \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tiwai@suse.de \
    /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;
as well as URLs for NNTP newsgroup(s).