Commit 423f871b authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[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.
parent 025f1e99
......@@ -26,6 +26,7 @@
#include <pcmcia/cisreg.h>
#include "pdaudiocf.h"
#include <sound/initval.h>
#include <linux/init.h>
/*
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment