Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf815bf0 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

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



This is needed newly since 3.2...

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent fc5b15f1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@
 */

#include <linux/kernel.h>
#include <linux/export.h>
#include <sound/core.h>
#include <sound/control.h>

+1 −0
Original line number Diff line number Diff line
@@ -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>