diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2009-01-16 17:17:46 +0300 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2009-03-13 12:34:11 +0300 |
commit | 824b16e66b70f5df61345f5708c149f6886eef30 (patch) | |
tree | 176a6755c3f78732370104e40ea5f917ba57a713 /arch/arm/mach-mx2/devices.h | |
parent | 166091b1894df3de736f43c649f2e6639f4a31ac (diff) | |
download | linux-824b16e66b70f5df61345f5708c149f6886eef30.tar.xz |
[ARM] MX2: add pwm device/resources
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx2/devices.h')
-rw-r--r-- | arch/arm/mach-mx2/devices.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mx2/devices.h b/arch/arm/mach-mx2/devices.h index d85d5b26c986..94a241419af7 100644 --- a/arch/arm/mach-mx2/devices.h +++ b/arch/arm/mach-mx2/devices.h @@ -15,3 +15,4 @@ extern struct platform_device mxc_w1_master_device; extern struct platform_device mxc_nand_device; extern struct platform_device mxc_fb_device; extern struct platform_device mxc_fec_device; +extern struct platform_device mxc_pwm_device; |