提交 d171ebc5 编写于 作者: L Lv Zheng 提交者: Takashi Iwai

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: NLv Zheng <lv.zheng@intel.com>
Signed-off-by: NTakashi Iwai <tiwai@suse.de>
上级 d8f66c71
......@@ -3243,7 +3243,7 @@ enum {
#if IS_ENABLED(CONFIG_THINKPAD_ACPI)
#include <linux/thinkpad_acpi.h>
#include <acpi/acpi.h>
#include <linux/acpi.h>
static int (*led_set_func)(int, bool);
......
......@@ -3779,7 +3779,7 @@ static void alc290_fixup_mono_speakers(struct hda_codec *codec,
#if IS_ENABLED(CONFIG_THINKPAD_ACPI)
#include <linux/thinkpad_acpi.h>
#include <acpi/acpi.h>
#include <linux/acpi.h>
static int (*led_set_func)(int, bool);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册