]> git.baikalelectronics.ru Git - kernel.git/commit
IXP4xx: Fix Goramo Multilink GPIO conversion.
authorKrzysztof Halasa <khc@pm.waw.pl>
Sun, 23 Mar 2014 00:34:16 +0000 (01:34 +0100)
committerArnd Bergmann <arnd@arndb.de>
Wed, 26 Mar 2014 22:04:20 +0000 (23:04 +0100)
commit2b0ea2748674b9f60e18e9d8ef0f06d1a64adb8b
tree4ab2423ae742ac656bb18e400983e6a434690a19
parente6f6de4a3dc06253f1b93dc2e4ce99b3551bf1a0
IXP4xx: Fix Goramo Multilink GPIO conversion.

Commit cb5cb2495584c "ARM: ixp4xx: stop broadcasting the custom GPIO API"
changed the internal gpio code of ixp4xx to be accessible only from
common.c, but unfortunately that broke the Goramo MultiLink code, which
uses this API.

arch/arm/mach-ixp4xx/goramo_mlr.c: In function 'set_scl':
arch/arm/mach-ixp4xx/goramo_mlr.c:82: error: implicit declaration of function 'gpio_line_set'

arch/arm/mach-ixp4xx/goramo_mlr.c: In function 'output_control':
arch/arm/mach-ixp4xx/goramo_mlr.c:111: error: implicit declaration of function 'gpio_line_config'
arch/arm/mach-ixp4xx/goramo_mlr.c:111: error: 'IXP4XX_GPIO_OUT' undeclared

arch/arm/mach-ixp4xx/goramo_mlr.c: In function 'hss_dcd_irq':
arch/arm/mach-ixp4xx/goramo_mlr.c:155: error: implicit declaration of function 'gpio_line_get'

arch/arm/mach-ixp4xx/goramo_mlr.c: In function 'gmlr_init':
arch/arm/mach-ixp4xx/goramo_mlr.c:416: error: 'IXP4XX_GPIO_OUT' undeclared
arch/arm/mach-ixp4xx/goramo_mlr.c:421: error: 'IXP4XX_GPIO_IN' undeclared

Signed-off-by: Krzysztof HaƂasa <khc@pm.waw.pl>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-ixp4xx/goramo_mlr.c