diff options
-rw-r--r-- | sound/core/ctljack.c | 1 | ||||
-rw-r--r-- | sound/pci/hda/hda_jack.c | 1 |
2 files changed, 2 insertions, 0 deletions
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 @@ | |||
10 | */ | 10 | */ |
11 | 11 | ||
12 | #include <linux/kernel.h> | 12 | #include <linux/kernel.h> |
13 | #include <linux/export.h> | ||
13 | #include <sound/core.h> | 14 | #include <sound/core.h> |
14 | #include <sound/control.h> | 15 | #include <sound/control.h> |
15 | 16 | ||
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 @@ | |||
11 | 11 | ||
12 | #include <linux/init.h> | 12 | #include <linux/init.h> |
13 | #include <linux/slab.h> | 13 | #include <linux/slab.h> |
14 | #include <linux/export.h> | ||
14 | #include <sound/core.h> | 15 | #include <sound/core.h> |
15 | #include <sound/control.h> | 16 | #include <sound/control.h> |
16 | #include <sound/jack.h> | 17 | #include <sound/jack.h> |