From: Grant Likely Date: Sat, 19 May 2012 05:01:05 +0000 (-0600) Subject: gpiolib: Remove 'const' from data argument of gpiochip_find() X-Git-Tag: v3.5-rc1~93^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07ce8ec7308ab3fa55fe2861671b157f857fff58;p=pandora-kernel.git gpiolib: Remove 'const' from data argument of gpiochip_find() Commit 3d0f7cf0 "gpio: Adjust of_xlate API to support multiple GPIO chips" changed the api of gpiochip_find to drop const from the data parameter of the match hook, but didn't also drop const from data causing a build warning. Signed-off-by: Grant Likely --- Reading git-diff-tree failed