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:
Родитель
fc5b15f138
Коммит
bf815bf0a3
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче