@@ -43,9 +43,6 @@ acpi_status
43
43
acpi_evaluate_ost (acpi_handle handle , u32 source_event , u32 status_code ,
44
44
struct acpi_buffer * status_buf );
45
45
46
- bool
47
- acpi_get_physical_device_location (acpi_handle handle , struct acpi_pld_info * * pld );
48
-
49
46
bool acpi_has_method (acpi_handle handle , char * name );
50
47
acpi_status acpi_execute_simple_method (acpi_handle handle , char * method ,
51
48
u64 arg );
@@ -60,6 +57,9 @@ bool acpi_check_dsm(acpi_handle handle, const guid_t *guid, u64 rev, u64 funcs);
60
57
union acpi_object * acpi_evaluate_dsm (acpi_handle handle , const guid_t * guid ,
61
58
u64 rev , u64 func , union acpi_object * argv4 );
62
59
#ifdef CONFIG_ACPI
60
+ bool
61
+ acpi_get_physical_device_location (acpi_handle handle , struct acpi_pld_info * * pld );
62
+
63
63
static inline union acpi_object *
64
64
acpi_evaluate_dsm_typed (acpi_handle handle , const guid_t * guid , u64 rev ,
65
65
u64 func , union acpi_object * argv4 ,
@@ -1003,6 +1003,12 @@ static inline int unregister_acpi_bus_type(void *bus) { return 0; }
1003
1003
1004
1004
static inline int acpi_wait_for_acpi_ipmi (void ) { return 0 ; }
1005
1005
1006
+ static inline bool
1007
+ acpi_get_physical_device_location (acpi_handle handle , struct acpi_pld_info * * pld )
1008
+ {
1009
+ return false;
1010
+ }
1011
+
1006
1012
#define for_each_acpi_dev_match (adev , hid , uid , hrv ) \
1007
1013
for (adev = NULL; false && (hid) && (uid) && (hrv); )
1008
1014
0 commit comments