From: Len Brown Date: Fri, 29 Jul 2005 04:03:55 +0000 (-0400) Subject: [ACPI] handle const char * __FUNCTION__ in debug code X-Git-Tag: v2.6.14-rc1~256^2~14^2~41^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d75ab45594c78d2d976a3248ea1ca281c9d7056;p=pandora-kernel.git [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 --- Reading git-diff-tree failed