mfd: Use mfd cell platform_data for timberdale cells platform bits
[deliverable/linux.git] / drivers / net / ks8842.c
index f0d8346d0fa5d2d3dcf62c402a4d65d5dc9729d6..4d40626b3bfa989b7051a7ea5872faa06ba61601 100644 (file)
@@ -26,7 +26,6 @@
 #include <linux/kernel.h>
 #include <linux/module.h>
 #include <linux/platform_device.h>
-#include <linux/mfd/core.h>
 #include <linux/netdevice.h>
 #include <linux/etherdevice.h>
 #include <linux/ethtool.h>
@@ -1146,7 +1145,7 @@ static int __devinit ks8842_probe(struct platform_device *pdev)
        struct resource *iomem;
        struct net_device *netdev;
        struct ks8842_adapter *adapter;
-       struct ks8842_platform_data *pdata = mfd_get_data(pdev);
+       struct ks8842_platform_data *pdata = pdev->dev.platform_data;
        u16 id;
        unsigned i;
 
This page took 0.042513 seconds and 5 git commands to generate.