From cd94cdbae31ec616406ce4d33b884251c083f94d Mon Sep 17 00:00:00 2001 From: Kevin Hilman Date: Tue, 6 Sep 2011 21:04:10 +0100 Subject: [PATCH] --- yaml --- r: 272587 b: refs/heads/master c: fbe01f51a8260c1f0a66e8730c4fd2c5160ecb91 h: refs/heads/master i: 272585: 657430757ce855576929302085db855e223441b4 272583: c9289ba7038974e918a5c90ab90dc8695b584265 v: v3 --- [refs] | 2 +- trunk/arch/arm/include/asm/device.h | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 95b9f628455d..a583eb4cecf9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d66b3fe436a296f102e8944247972fc0c17ddf26 +refs/heads/master: fbe01f51a8260c1f0a66e8730c4fd2c5160ecb91 diff --git a/trunk/arch/arm/include/asm/device.h b/trunk/arch/arm/include/asm/device.h index 9f390ce335cb..b5c9f5b1f6a3 100644 --- a/trunk/arch/arm/include/asm/device.h +++ b/trunk/arch/arm/include/asm/device.h @@ -12,7 +12,12 @@ struct dev_archdata { #endif }; +struct omap_device; + struct pdev_archdata { +#ifdef CONFIG_ARCH_OMAP + struct omap_device *od; +#endif }; #endif