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:
Michael Lotz
2011-05-09 13:05:28 +00:00
parent f65eaf15ad
commit 2800b06462
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -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 */