Commit bf815bf0 authored by Takashi Iwai's avatar Takashi Iwai

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