~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/media/video/timblogiw.c

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include <linux/platform_device.h>
25
25
#include <linux/slab.h>
26
26
#include <linux/dmaengine.h>
27
 
#include <linux/mfd/core.h>
28
27
#include <linux/scatterlist.h>
29
28
#include <linux/interrupt.h>
30
29
#include <linux/list.h>
791
790
{
792
791
        int err;
793
792
        struct timblogiw *lw = NULL;
794
 
        struct timb_video_platform_data *pdata = mfd_get_data(pdev);
 
793
        struct timb_video_platform_data *pdata = pdev->dev.platform_data;
795
794
 
796
795
        if (!pdata) {
797
796
                dev_err(&pdev->dev, "No platform data\n");