From f3a70643c223dbd5dc8e2a32eb823130f5d43d63 Mon Sep 17 00:00:00 2001 From: Russell King Date: Mon, 20 Aug 2007 10:09:18 +0100 Subject: [PATCH] --- yaml --- r: 69527 b: refs/heads/master c: 00dc4f949e7423769de1a160c590840534ea3a70 h: refs/heads/master i: 69525: 4e8671c1fc34a746178b8bfca60383e8d64e8caa 69523: 71859f33bc5804a63ddce12cd037a86ca1074536 69519: e8970e99d1d533b71564c2af4a8db02f985b03c1 v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-pxa/devices.h | 3 +++ trunk/arch/arm/mach-pxa/pxa27x.c | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 596f7d510c7d..2a3e04fd1667 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 15a4033354c68eb75e417ab60771f36212610820 +refs/heads/master: 00dc4f949e7423769de1a160c590840534ea3a70 diff --git a/trunk/arch/arm/mach-pxa/devices.h b/trunk/arch/arm/mach-pxa/devices.h index 636fdb1c049c..94c8d5cdd60a 100644 --- a/trunk/arch/arm/mach-pxa/devices.h +++ b/trunk/arch/arm/mach-pxa/devices.h @@ -9,3 +9,6 @@ extern struct platform_device pxa_device_i2c; extern struct platform_device pxa_device_i2s; extern struct platform_device pxa_device_ficp; extern struct platform_device pxa_device_rtc; + +extern struct platform_device pxa27x_device_i2c_power; +extern struct platform_device pxa27x_device_ohci; diff --git a/trunk/arch/arm/mach-pxa/pxa27x.c b/trunk/arch/arm/mach-pxa/pxa27x.c index b3bbf3feef75..3710981b72d8 100644 --- a/trunk/arch/arm/mach-pxa/pxa27x.c +++ b/trunk/arch/arm/mach-pxa/pxa27x.c @@ -282,7 +282,7 @@ static struct resource pxa27x_ohci_resources[] = { }, }; -static struct platform_device pxa27x_device_ohci = { +struct platform_device pxa27x_device_ohci = { .name = "pxa27x-ohci", .id = -1, .dev = { @@ -310,7 +310,7 @@ static struct resource i2c_power_resources[] = { }, }; -static struct platform_device pxa27x_device_i2c_power = { +struct platform_device pxa27x_device_i2c_power = { .name = "pxa2xx-i2c", .id = 1, .resource = i2c_power_resources,