Add missing const to the path argument of get_handle().
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41398 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -160,7 +160,7 @@ typedef void (*acpi_notify_handler)(acpi_handle device, uint32 value,
|
||||
struct acpi_module_info {
|
||||
module_info info;
|
||||
|
||||
status_t (*get_handle)(acpi_handle parent, char *pathname,
|
||||
status_t (*get_handle)(acpi_handle parent, const char *pathname,
|
||||
acpi_handle *retHandle);
|
||||
|
||||
/* Global Lock */
|
||||
|
||||
Reference in New Issue
Block a user