aboutsummaryrefslogtreecommitdiffstats
path: root/include/acpi/acstruct.h
diff options
context:
space:
mode:
authorAl Viro <viro@ftp.linux.org.uk>2007-08-21 16:18:20 +0100
committerLen Brown <len.brown@intel.com>2007-08-25 01:38:40 -0400
commit70b30fb13bf46d7874537f5e2089bcc772559fc4 (patch)
treed4a71181fea24e25878589ef018a946367e62cb7 /include/acpi/acstruct.h
parentACPI: "ACPI handle has no context!" should be KERN_DEBUG (diff)
downloadlinux-dev-70b30fb13bf46d7874537f5e2089bcc772559fc4.tar.xz
linux-dev-70b30fb13bf46d7874537f5e2089bcc772559fc4.zip
ACPI: Fix a warning of discarding qualifiers from pointer target type
drivers/acpi/ec.c: In function `acpi_ec_ecdt_probe': drivers/acpi/ec.c:873: warning: passing arg 1 of `acpi_get_devices' discards qualifiers from pointer target type Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include/acpi/acstruct.h')
-rw-r--r--include/acpi/acstruct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/acpi/acstruct.h b/include/acpi/acstruct.h
index aeb4498e5e06..88482655407f 100644
--- a/include/acpi/acstruct.h
+++ b/include/acpi/acstruct.h
@@ -146,7 +146,7 @@ struct acpi_init_walk_info {
struct acpi_get_devices_info {
acpi_walk_callback user_function;
void *context;
- char *hid;
+ const char *hid;
};
union acpi_aml_operands {