commit | 4742723cbce519773e4560f5cab11163eaa0c889 | [log] [tgz] |
---|---|---|
author | Hartley Sweeten <hartleys@visionengravers.com> | Tue Apr 06 22:46:16 2010 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Apr 07 21:11:28 2010 +0100 |
tree | 60c857099c2aea868f77bc1cf2a316579d65eb21 | |
parent | 54274d71d9358321f7773b820de37496a05fae7f [diff] |
ARM: 6029/1: ep93xx: gpio.c: local functions should be static The functions ep93xx_gpio_update_int_params and ep93xx_gpio_int_mask are not exported and should be static. This was overlooked when moving the code from core.c. Also, change a comment to better indicate what the code is for. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Acked-by: Ryan Mallon <ryan@bluewatersys.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>