ACPI / utils: Add new acpi_dev_present helper
[linux-2.6-microblaze.git] / include / linux / acpi.h
index 9b05886..841a8dc 100644 (file)
@@ -611,6 +611,11 @@ static inline bool acpi_dev_found(const char *hid)
        return false;
 }
 
+static inline bool acpi_dev_present(const char *hid, const char *uid, s64 hrv)
+{
+       return false;
+}
+
 static inline bool is_acpi_node(struct fwnode_handle *fwnode)
 {
        return false;