From 423f871bbcfa64ff19c010752f1b2612f73b58bd Mon Sep 17 00:00:00 2001 From: Andrew Morton <akpm@osdl.org> Date: Mon, 12 Apr 2004 01:00:11 -0700 Subject: [PATCH] [PATCH] pdaudiocf.c needs init.h From: Herbert Xu <herbert@gondor.apana.org.au> This patch makes this file includes linux/init.h since it uses the __init tag. --- sound/pcmcia/pdaudiocf/pdaudiocf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/pcmcia/pdaudiocf/pdaudiocf.c b/sound/pcmcia/pdaudiocf/pdaudiocf.c index f0efe445dfca..91736b1d6bb8 100644 --- a/sound/pcmcia/pdaudiocf/pdaudiocf.c +++ b/sound/pcmcia/pdaudiocf/pdaudiocf.c @@ -26,6 +26,7 @@ #include <pcmcia/cisreg.h> #include "pdaudiocf.h" #include <sound/initval.h> +#include <linux/init.h> /* */ -- 2.30.9