Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

This is needed newly since 3.2...

Signed-off-by: Takashi Iwai <tiwai@suse.de>

+2
+1
sound/core/ctljack.c
··· 10 10 */ 11 11 12 12 #include <linux/kernel.h> 13 + #include <linux/export.h> 13 14 #include <sound/core.h> 14 15 #include <sound/control.h> 15 16
+1
sound/pci/hda/hda_jack.c
··· 11 11 12 12 #include <linux/init.h> 13 13 #include <linux/slab.h> 14 + #include <linux/export.h> 14 15 #include <sound/core.h> 15 16 #include <sound/control.h> 16 17 #include <sound/jack.h>