From: Gertjan van Wingerde Date: Mon, 16 Jun 2008 17:55:43 +0000 (+0200) Subject: rt2x00: Convert rt2x00 to use generic DMA-mapping API X-Git-Tag: v2.6.27-rc1~969^2~254^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14a3bf89212b5c758bd39bb4afc972c4ba6d599f;p=pandora-kernel.git rt2x00: Convert rt2x00 to use generic DMA-mapping API At the same time clean up the device administration a bit, by storing a pointer to struct device instead of a void pointer that is dependent on the type of device. The normal PCI and USB subsystem provided macros can be used to convert the device pointer to the right type. This makes the rt2x00 driver a bit more type-safe. Signed-off-by: Gertjan van Wingerde Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed