commit | 4183afefd995e3472c10348998edd9f791eb523f | [log] [tgz] |
---|---|---|
author | Uwe Kleine-König <[email protected]> | Thu Jul 16 21:08:21 2015 +0200 |
committer | Linus Walleij <[email protected]> | Mon Jul 27 12:20:28 2015 +0200 |
tree | f9b1630ae6f00f1c8935903c26a77c51ea3b6ebc | |
parent | c21cde6fe1ba08b357c96071c71af6543f2863ec [diff] |
gpio: mpc8xxx: constify of_device_id This variable is not modified in the driver and all functions it it passed to don't change it either. So it can and should be marked const. Signed-off-by: Uwe Kleine-König <[email protected]> Signed-off-by: Linus Walleij <[email protected]>