ARM: 6029/1: ep93xx: gpio.c: local functions should be static
authorHartley Sweeten <hartleys@visionengravers.com>
Tue, 6 Apr 2010 21:46:16 +0000 (22:46 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 7 Apr 2010 20:11:28 +0000 (21:11 +0100)
commit4742723cbce519773e4560f5cab11163eaa0c889
tree60c857099c2aea868f77bc1cf2a316579d65eb21
parent54274d71d9358321f7773b820de37496a05fae7f
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>
arch/arm/mach-ep93xx/gpio.c