pinctrl: u300: make u300_pmx_registers static
authorBen Dooks <ben.dooks@codethink.co.uk>
Thu, 9 Jun 2016 10:55:00 +0000 (11:55 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 13 Jun 2016 07:27:43 +0000 (09:27 +0200)
commit3fed6810129eedfb37eed075ebd4f7c5594cbee7
treeeee64c4b445deacf3d857dfa72f4af6c04e9d9ae
parentf886031f65872bb5290a99a8001a68697e2b9faf
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>
drivers/pinctrl/pinctrl-u300.c