From: FUJITA Tomonori Date: Fri, 4 Jun 2010 02:37:27 +0000 (-0700) Subject: ssb: add dma_dev to ssb_device structure X-Git-Tag: v2.6.36-rc1~571^2~615^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14f92952bf74a365ca7f9dfbec158e7c933ea723;p=pandora-kernel.git ssb: add dma_dev to ssb_device structure Add dma_dev, a pointer to struct device, to struct ssb_device. We pass it to the generic DMA API with SSB_BUSTYPE_PCI and SSB_BUSTYPE_SSB. ssb_devices_register() sets up it properly. This is preparation for replacing the ssb bus specific DMA API (ssb_dma_*) with the generic DMA API. Signed-off-by: FUJITA Tomonori Acked-by: Michael Buesch Cc: Gary Zambrano Cc: Stefano Brivio Cc: Larry Finger Cc: John W. Linville Acked-by: David S. Miller Signed-off-by: Andrew Morton Signed-off-by: John W. Linville --- Reading git-diff-tree failed