diff options
Diffstat (limited to 'arch/arm/include/asm/device.h')
-rw-r--r-- | arch/arm/include/asm/device.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/include/asm/device.h b/arch/arm/include/asm/device.h index 6615f03f56a5..7aa368003b05 100644 --- a/arch/arm/include/asm/device.h +++ b/arch/arm/include/asm/device.h | |||
@@ -15,7 +15,12 @@ struct dev_archdata { | |||
15 | #endif | 15 | #endif |
16 | }; | 16 | }; |
17 | 17 | ||
18 | struct omap_device; | ||
19 | |||
18 | struct pdev_archdata { | 20 | struct pdev_archdata { |
21 | #ifdef CONFIG_ARCH_OMAP | ||
22 | struct omap_device *od; | ||
23 | #endif | ||
19 | }; | 24 | }; |
20 | 25 | ||
21 | #endif | 26 | #endif |