diff options
Diffstat (limited to 'drivers/gpio/gpio-ucb1400.c')
-rw-r--r-- | drivers/gpio/gpio-ucb1400.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-ucb1400.c b/drivers/gpio/gpio-ucb1400.c index 6d0feb234d3c..1a605f2a0f55 100644 --- a/drivers/gpio/gpio-ucb1400.c +++ b/drivers/gpio/gpio-ucb1400.c | |||
@@ -45,7 +45,7 @@ static void ucb1400_gpio_set(struct gpio_chip *gc, unsigned off, int val) | |||
45 | 45 | ||
46 | static int ucb1400_gpio_probe(struct platform_device *dev) | 46 | static int ucb1400_gpio_probe(struct platform_device *dev) |
47 | { | 47 | { |
48 | struct ucb1400_gpio *ucb = dev->dev.platform_data; | 48 | struct ucb1400_gpio *ucb = dev_get_platdata(&dev->dev); |
49 | int err = 0; | 49 | int err = 0; |
50 | 50 | ||
51 | if (!(ucb && ucb->gpio_offset)) { | 51 | if (!(ucb && ucb->gpio_offset)) { |