gpiolib: Remove 'const' from data argument of gpiochip_find()
authorGrant Likely <grant.likely@secretlab.ca>
Sat, 19 May 2012 05:01:05 +0000 (23:01 -0600)
committerGrant Likely <grant.likely@secretlab.ca>
Sat, 19 May 2012 05:01:05 +0000 (23:01 -0600)
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 <grant.likely@secretlab.ca>

No differences found