commit | 32ac57668dccf6c4ad5522b61a86fe211886c180 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Thu Mar 19 03:40:50 2009 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Mar 24 13:47:30 2009 +1100 |
tree | a41afa6c5ed013efd2c9f413a35feb8b45c79385 | |
parent | fb2474491cd3925e6ecece0823f4673af3b0d597 [diff] |
powerpc/pci: Default to dma_direct_ops for pci dma_ops This will allow us to remove the ppc32 specific checks in get_dma_ops() that defaults to dma_direct_ops if the archdata is NULL. We really should always have archdata set to something going forward. Signed-off-by: Kumar Gala <galak@kernel.crashing.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>