From: David Miller <da...@davemloft.net> Date: Thu, 15 Aug 2013 15:23:59 -0700 (PDT)
> From: Libo Chen <clbchenlibo.c...@huawei.com> > Date: Thu, 15 Aug 2013 21:01:17 +0800 > >> Use the wrapper functions for getting and setting the driver data using >> platform_device instead of using dev_{get,set}_drvdata() with &pdev->dev, >> so we can directly pass a struct platform_device. >> >> changelog v3: >> remove modify about dev_set_drvdata() >> changelog v2: >> this version add modify record about dev_set_drvdata(). > > Series applied. Actually, I had to revert, these patches break the build. drivers/net/ethernet/sun/sunhme.c: In function ‘happy_meal_pci_probe’: drivers/net/ethernet/sun/sunhme.c:3114:2: error: implicit declaration of function ‘platform_set_drvdata’ [-Werror=implicit-function-declaration] drivers/net/ethernet/sun/sunhme.c: In function ‘happy_meal_pci_remove’: drivers/net/ethernet/sun/sunhme.c:3162:9: error: implicit declaration of function ‘platform_get_drvdata’ [-Werror=implicit-function-declaration] drivers/net/ethernet/sun/sunhme.c:3162:26: warning: initialization makes pointer from integer without a cast [enabled by default] _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev