dect
/
linux-2.6
Archived
13
0
Fork 0

ALSA: hda - Add missing inclusion of linux/export.h

This is needed newly since 3.2...

Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Takashi Iwai 2011-11-16 14:28:33 +01:00
parent fc5b15f138
commit bf815bf0a3
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@
*/
#include <linux/kernel.h>
#include <linux/export.h>
#include <sound/core.h>
#include <sound/control.h>

View File

@ -11,6 +11,7 @@
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/export.h>
#include <sound/core.h>
#include <sound/control.h>
#include <sound/jack.h>