diff options
author | Lv Zheng <lv.zheng@intel.com> | 2013-12-20 03:30:42 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-12-20 04:14:05 -0500 |
commit | d171ebc5b9d197c1ec76c4b21c91981649db4c65 (patch) | |
tree | c0429f66dce8b735abe320e5dbac6961651051e8 /sound/pci/hda/patch_realtek.c | |
parent | d8f66c71d547538e1c61622139455dd231238aef (diff) |
ALSA: hda - Fix wrong <acpi/acpi.h> inclusion in Thinkpad ACPI users.
CONFIG_ACPI dependent code should include <linux/acpi.h> instead of
directly including <acpi/acpi.h>. This patch cleans up such wrong
inclusions for Thinkpad ACPI users.
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/patch_realtek.c')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 3578f11c8e12..ef43171c0bd0 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -3779,7 +3779,7 @@ static void alc290_fixup_mono_speakers(struct hda_codec *codec, | |||
3779 | #if IS_ENABLED(CONFIG_THINKPAD_ACPI) | 3779 | #if IS_ENABLED(CONFIG_THINKPAD_ACPI) |
3780 | 3780 | ||
3781 | #include <linux/thinkpad_acpi.h> | 3781 | #include <linux/thinkpad_acpi.h> |
3782 | #include <acpi/acpi.h> | 3782 | #include <linux/acpi.h> |
3783 | 3783 | ||
3784 | static int (*led_set_func)(int, bool); | 3784 | static int (*led_set_func)(int, bool); |
3785 | 3785 | ||