diff options
author | Russell Robinson Jr <rrobinson@phytec.com> | 2013-07-16 16:08:06 -0700 |
---|---|---|
committer | Anthony Felice <tony.felice@timesys.com> | 2013-08-28 18:26:22 -0400 |
commit | 13ad0383ab52509b9a487f0f30bc01b54f930064 (patch) | |
tree | 2682210494847ea13565df78586a4717c669b2e0 /arch/arm/plat-mxc/include/mach/devices-common.h | |
parent | accdcb548f0d9779e77e18a62cb57be0e0133240 (diff) |
mvf: dcu: move DCU_LCD_ENABLE_PIN into the platform_data struct
Signed-off-by: Russell Robinson Jr <rrobinson@phytec.com>
Diffstat (limited to 'arch/arm/plat-mxc/include/mach/devices-common.h')
-rwxr-xr-x | arch/arm/plat-mxc/include/mach/devices-common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/plat-mxc/include/mach/devices-common.h b/arch/arm/plat-mxc/include/mach/devices-common.h index 0e2a2a1d13e9..fcfba8948f77 100755 --- a/arch/arm/plat-mxc/include/mach/devices-common.h +++ b/arch/arm/plat-mxc/include/mach/devices-common.h @@ -406,7 +406,8 @@ struct mvf_dcu_data { resource_size_t iobase; resource_size_t iosize; resource_size_t irq; - int (*init) (int); + int (*init) (int, + struct mvf_dcu_platform_data *pdata); }; struct platform_device *__init mvf_add_dcu( const int id, |