commit | 07ce8ec7308ab3fa55fe2861671b157f857fff58 | [log] [tgz] |
---|---|---|
author | Grant Likely <grant.likely@secretlab.ca> | Fri May 18 23:01:05 2012 -0600 |
committer | Grant Likely <grant.likely@secretlab.ca> | Fri May 18 23:01:05 2012 -0600 |
tree | 4e0b2fa2f61bbae54ecfc5be7d88e4501ca497ec | |
parent | e9fe32bcadb8a7a40411d77f168abd45941b049b [diff] |
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 <grant.likely@secretlab.ca>