linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Include init.h in pdaudiocf
@ 2004-04-06 22:04 Herbert Xu
  0 siblings, 0 replies; only message in thread
From: Herbert Xu @ 2004-04-06 22:04 UTC (permalink / raw)
  To: Linux Kernel Mailing List, Andrew Morton

[-- Attachment #1: Type: text/plain, Size: 317 bytes --]

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@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

[-- Attachment #2: p --]
[-- Type: text/plain, Size: 547 bytes --]

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>
 
 /*
  */

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-04-06 22:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-06 22:04 [PATCH] Include init.h in pdaudiocf Herbert Xu

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).