diff options
Diffstat (limited to 'arch/arm/mach-pxa/devices.h')
-rw-r--r-- | arch/arm/mach-pxa/devices.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/devices.h b/arch/arm/mach-pxa/devices.h index 94c8d5cdd60a..51162a7dba07 100644 --- a/arch/arm/mach-pxa/devices.h +++ b/arch/arm/mach-pxa/devices.h | |||
@@ -12,3 +12,5 @@ extern struct platform_device pxa_device_rtc; | |||
12 | 12 | ||
13 | extern struct platform_device pxa27x_device_i2c_power; | 13 | extern struct platform_device pxa27x_device_i2c_power; |
14 | extern struct platform_device pxa27x_device_ohci; | 14 | extern struct platform_device pxa27x_device_ohci; |
15 | |||
16 | void __init pxa_register_device(struct platform_device *dev, void *data); | ||