From: Takashi Iwai Date: Wed, 16 Nov 2011 13:28:33 +0000 (+0100) Subject: ALSA: hda - Add missing inclusion of linux/export.h X-Git-Tag: next-20111221~53^2~1^2^2~4 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=bf815bf0a3c3b8ad6cd97cda6bc29cc3708fe749;p=karo-tx-linux.git ALSA: hda - Add missing inclusion of linux/export.h This is needed newly since 3.2... Signed-off-by: Takashi Iwai --- diff --git a/sound/core/ctljack.c b/sound/core/ctljack.c index af0e78a3809c..e4b38fbe51da 100644 --- a/sound/core/ctljack.c +++ b/sound/core/ctljack.c @@ -10,6 +10,7 @@ */ #include +#include #include #include diff --git a/sound/pci/hda/hda_jack.c b/sound/pci/hda/hda_jack.c index e014562edc09..25f756533bec 100644 --- a/sound/pci/hda/hda_jack.c +++ b/sound/pci/hda/hda_jack.c @@ -11,6 +11,7 @@ #include #include +#include #include #include #include