From: Marin Mitov Date: Mon, 31 May 2010 10:03:04 +0000 (+0300) Subject: Driver core: internal struct dma_coherent_mem, change type of a member. X-Git-Tag: v2.6.36-rc1~521^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed1d218c95c6846416ddb39085b20a5b3c0872e4;p=pandora-kernel.git Driver core: internal struct dma_coherent_mem, change type of a member. struct dma_coherent_mem in drivers/base/dma-coherent.c has member 'device_base' that is of type u32, but is assigned value of type dma_addr_t, which may be 64 bits for x86_64. Change the type to dma_addr_t. Signed-off-by: Marin Mitov Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed