|
@@ -1056,7 +1056,7 @@ static inline struct fwnode_handle *acpi_get_next_subnode(struct device *dev,
|
|
|
return NULL;
|
|
|
}
|
|
|
|
|
|
-#define ACPI_DECLARE_PROBE_ENTRY(table, name, table_id, subtable, validate, data, fn) \
|
|
|
+#define ACPI_DECLARE_PROBE_ENTRY(table, name, table_id, subtable, valid, data, fn) \
|
|
|
static const void * __acpi_table_##name[] \
|
|
|
__attribute__((unused)) \
|
|
|
= { (void *) table_id, \
|