From 027371629a925e2e702f18d286ec375823f870a2 Mon Sep 17 00:00:00 2001 From: David Brownell Date: Mon, 2 Apr 2007 12:46:47 -0700 Subject: [PATCH] --- yaml --- r: 54027 b: refs/heads/master c: fcf126d847c41461d4f034b11541296f3e15d0b2 h: refs/heads/master i: 54025: 3986b7b36e7e838de2a8c0185ce4917b7873b721 54023: 8f9e3c6264620ed9c3f2f114d551b1d564e009a2 v: v3 --- [refs] | 2 +- trunk/arch/arm/plat-omap/gpio.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 5bf6c33c3488..f0e571c76297 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 11a78b7944963a8b052be46108d07a3ced9e2762 +refs/heads/master: fcf126d847c41461d4f034b11541296f3e15d0b2 diff --git a/trunk/arch/arm/plat-omap/gpio.c b/trunk/arch/arm/plat-omap/gpio.c index df0ff0fd881a..9dc6d3617bdb 100644 --- a/trunk/arch/arm/plat-omap/gpio.c +++ b/trunk/arch/arm/plat-omap/gpio.c @@ -1178,6 +1178,8 @@ static struct platform_device omap_mpuio_device = { static inline void mpuio_init(void) { + platform_set_drvdata(&omap_mpuio_device, &gpio_bank_1610[0]); + if (platform_driver_register(&omap_mpuio_driver) == 0) (void) platform_device_register(&omap_mpuio_device); }