~ubuntu-branches/ubuntu/trusty/linux-linaro-omap/trusty

« back to all changes in this revision

Viewing changes to drivers/net/can/janz-ican3.c

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-57i0gl3v99b3lkfg
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
#include <linux/interrupt.h>
16
16
#include <linux/delay.h>
17
17
#include <linux/platform_device.h>
18
 
#include <linux/mfd/core.h>
19
18
 
20
19
#include <linux/netdevice.h>
21
20
#include <linux/can.h>
1644
1643
        struct device *dev;
1645
1644
        int ret;
1646
1645
 
1647
 
        pdata = mfd_get_data(pdev);
 
1646
        pdata = pdev->dev.platform_data;
1648
1647
        if (!pdata)
1649
1648
                return -ENXIO;
1650
1649