summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTroy Kisky <troy.kisky@boundarydevices.com>2012-04-04 19:58:37 -0700
committerEric Nelson <eric.nelson@boundarydevices.com>2013-02-12 10:46:48 -0700
commita35b8d566b5a8b2a2e5e6f54826c810c54fa4542 (patch)
tree383ec0b9e83dc34cb563f5ec46d77b7f187495cc
parent32b07a7ab206068f0f3dbfac8d3d8535d419ed96 (diff)
mxcfb_claa_wvga: add fsl_ to mxc_lcd_platform_data, to compile
-rw-r--r--drivers/video/mxc/mxcfb_claa_wvga.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/mxc/mxcfb_claa_wvga.c b/drivers/video/mxc/mxcfb_claa_wvga.c
index 3dbad0dcb9f3..4f15ba4e4b79 100644
--- a/drivers/video/mxc/mxcfb_claa_wvga.c
+++ b/drivers/video/mxc/mxcfb_claa_wvga.c
@@ -117,7 +117,7 @@ static struct notifier_block nb = {
static int __devinit lcd_probe(struct platform_device *pdev)
{
int i;
- struct mxc_lcd_platform_data *plat = pdev->dev.platform_data;
+ struct fsl_mxc_lcd_platform_data *plat = pdev->dev.platform_data;
if (plat) {
if (plat->reset)