[PATCH] Include init.h in pdaudiocf

From: Herbert Xu
Date: Tue Apr 06 2004 - 17:06:56 EST


Hi:

This patch makes this file includes linux/init.h since it uses the __init
tag.

Cheers,
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <herbert@xxxxxxxxxxxxxxxxxxx>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
Index: sound/pcmcia/pdaudiocf/pdaudiocf.c
===================================================================
RCS file: /home/gondolin/herbert/src/CVS/debian/kernel-source-2.5/sound/pcmcia/pdaudiocf/pdaudiocf.c,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 pdaudiocf.c
--- a/sound/pcmcia/pdaudiocf/pdaudiocf.c 5 Apr 2004 09:49:48 -0000 1.1.1.1
+++ b/sound/pcmcia/pdaudiocf/pdaudiocf.c 6 Apr 2004 21:59:57 -0000
@@ -26,6 +26,7 @@
#include <pcmcia/cisreg.h>
#include "pdaudiocf.h"
#include <sound/initval.h>
+#include <linux/init.h>

/*
*/