diff options
author | 2010-05-31 13:03:04 +0300 | |
---|---|---|
committer | 2010-08-05 13:53:33 -0700 | |
commit | ed1d218c95c6846416ddb39085b20a5b3c0872e4 (patch) | |
tree | c5fde1cb1169af6c26f8445708484778b79c1cbb /drivers/base/platform.c | |
parent | hotplug: Support kernel/hotplug sysctl variable when !CONFIG_NET (diff) | |
download | wireguard-linux-ed1d218c95c6846416ddb39085b20a5b3c0872e4.tar.xz wireguard-linux-ed1d218c95c6846416ddb39085b20a5b3c0872e4.zip |
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 <mitov@issp.bas.bg>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/base/platform.c')
0 files changed, 0 insertions, 0 deletions