[ACPI] handle const char * __FUNCTION__ in debug code
authorLen Brown <len.brown@intel.com>
Fri, 29 Jul 2005 04:03:55 +0000 (00:03 -0400)
committerLen Brown <len.brown@intel.com>
Fri, 29 Jul 2005 04:08:42 +0000 (00:08 -0400)
commit5d75ab45594c78d2d976a3248ea1ca281c9d7056
treed41ed3444f7555f5694fdecd52e3f143e1363dc5
parentfeee9570753645f9f6888937ff9aee426b7afe55
[ACPI] handle const char * __FUNCTION__ in debug code
build warning: discards qualifiers from pointer target type
when mixing "const char *" and "char *"

We should probably update the routines to expect const,
but easier for now to shut up the warning with 1 cast.

Signed-off-by: Len Brown <len.brown@intel.com>
include/acpi/platform/acgcc.h