Skip to content
Commit e9c6c5df authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Arnd Bergmann
Browse files

ep93xx: fix build of vision_ep93xx.c



Fix build breakage due to the following commits:

Commit bd5f12a2
  ARM: 7042/3: mach-ep93xx: break out GPIO driver specifics

Commit 257af9f9
  ARM: 7041/1: gpio-ep93xx: hookup the to_irq callback in the driver

The vision_ep9307 machine uses the ep93xx build-in gpios and needs to
include <mach/gpio-ep93xx.h> to pickup the defines.

The gpio_to_irq() call is now a callback to the gpio-ep93xx.c driver
and cannot be used as a constant initializer for the .irq member of
struct i2c_board_info.

Signed-off-by: default avatarHartley Sweeten <hsweeten@visionengravers.com>
Acked-by: default avatarRyan Mallon <rmallon@gmail.com>
Acked-by: default avatarMika Westerberg <mika.westerberg@iki.fi>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent ffafe770
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment