From: Kumar Gala Date: Thu, 19 Mar 2009 06:28:22 +0000 (-0700) Subject: gianfar: pass the proper dev to DMA ops X-Git-Tag: master-2009-03-27~12^2~190 X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=4826857f1bf07f9c0f1495e9b05d125552c88a85;hp=4826857f1bf07f9c0f1495e9b05d125552c88a85;p=~andy%2Flinux gianfar: pass the proper dev to DMA ops We need to be passing the of_platform device struct into the DMA ops as its the one that has the archdata setup to know which low-level DMA ops we should be using (not the net_device one). This isn't an issue until we expect the archdata to be setup correctly. Signed-off-by: Kumar Gala Signed-off-by: David S. Miller ---