Re: [linux-2.6.0-test1] Missing #include lines with alsa at alpha

From: Przemysław Stanisław Knycz (zolw@wombb.edu.pl)
Date: Thu Jul 17 2003 - 15:36:56 EST


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" ------'
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Jul 23 2003 - 22:00:30 EST