From: Anton Vorontsov Date: Sat, 31 May 2008 14:23:19 +0000 (+0100) Subject: leds: mark led_classdev.default_trigger as const X-Git-Tag: v2.6.27-rc1~521^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=781a54e7664cc0089287a90d27086e9656ac68a1;p=pandora-kernel.git leds: mark led_classdev.default_trigger as const LED classdev core doesn't modify memory pointed by the default_trigger, so mark it as const and we'll able to pass const char *s without getting compiler warnings. Signed-off-by: Anton Vorontsov Signed-off-by: Richard Purdie --- Reading git-diff-tree failed