[PATCH 2.5] sound/isa/ad1848/ad1848_lib.c need to #include <linux/init.h>

Erlend Aasland (erlend-a@innova.no)
Wed, 10 Jul 2002 06:31:19 +0200


Hi,

The file sound/isa/ad1848/ad1848_lib.c seems to need <linux/init.h> in order to compile.

Erlend Aasland

--- linux-2.5.25/sound/isa/ad1848/ad1848_lib.c 2002-07-06 01:42:22.000000000 +0200
+++ linux-2.5.25-dirty/sound/isa/ad1848/ad1848_lib.c 2002-07-10 04:50:20.000000000 +0200
@@ -24,6 +24,7 @@
#include <asm/io.h>
#include <asm/dma.h>
#include <linux/delay.h>
+#include <linux/init.h>
#include <linux/slab.h>
#include <linux/ioport.h>
#include <sound/core.h>
-
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/