commit | 3fed6810129eedfb37eed075ebd4f7c5594cbee7 | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben.dooks@codethink.co.uk> | Thu Jun 09 11:55:00 2016 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Mon Jun 13 09:27:43 2016 +0200 |
tree | eee64c4b445deacf3d857dfa72f4af6c04e9d9ae | |
parent | f886031f65872bb5290a99a8001a68697e2b9faf [diff] |
pinctrl: u300: make u300_pmx_registers static The array u300_pmx_registers is not declared or used outside of the driver, so make it static to avoid the following warning: drivers/pinctrl/pinctrl-u300.c:673:11: warning: symbol 'u300_pmx_registers' was not declared. Should it be static? Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>