diff mbox

hda-emu: add acpi_dev_present

Message ID 1456388457-4957-1-git-send-email-david.henningsson@canonical.com (mailing list archive)
State New, archived
Headers show

Commit Message

David Henningsson Feb. 25, 2016, 8:20 a.m. UTC
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
---
 include/acpi/acpi.h | 2 ++
 1 file changed, 2 insertions(+)

Comments

Takashi Iwai Feb. 25, 2016, 9:25 a.m. UTC | #1
On Thu, 25 Feb 2016 09:20:57 +0100,
David Henningsson wrote:
> 
> Signed-off-by: David Henningsson <david.henningsson@canonical.com>

Applied, thanks.


Takashi
diff mbox

Patch

diff --git a/include/acpi/acpi.h b/include/acpi/acpi.h
index d7d6cb9..9fd9c86 100644
--- a/include/acpi/acpi.h
+++ b/include/acpi/acpi.h
@@ -33,4 +33,6 @@  acpi_get_devices(const char *HID,
 	return user_function(NULL, 0, context, NULL);
 }
 
+static inline bool acpi_dev_present(const char *hid) { return true; }
+
 #endif				/* __ACPI_H__ */