aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorBen Dooks <[email protected]>2016-06-07 18:07:45 +0100
committerLinus Walleij <[email protected]>2016-06-08 14:09:58 +0200
commit682d68b882e1270f287abb3ea0d2243722d6c959 (patch)
treedcc027d99ae45ed3fd1c49aa5b9c33d7ae6be24c /tools/perf/scripts/python
parentd5e4d7ab2ce1d71d19fd6a8117d6d9625dc1a286 (diff)
pinctrl: at91-pio4: fix non-exported functions
The atmel_pctl_find_group_by_pin() and the atmel_pinctrl_remove() functions are not exported, so fix the warnings about these being exported without definitions by making them static. drivers/pinctrl/pinctrl-at91-pio4.c:424:20: warning: symbol 'atmel_pctl_find_group_by_pin' was not declared. Should it be static? drivers/pinctrl/pinctrl-at91-pio4.c:1077:5: warning: symbol 'atmel_pinctrl_remove' was not declared. Should it be static? Signed-off-by: Ben Dooks <[email protected]> Acked-by: Ludovic Desroches <[email protected]> Signed-off-by: Linus Walleij <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions