commit | 62270336e8fdfbea36cb455c27744c23780dbf07 | [log] [tgz] |
---|---|---|
author | Anton Vorontsov <avorontsov@ru.mvista.com> | Thu Sep 13 19:23:33 2007 +0400 |
committer | Jeff Garzik <jeff@garzik.org> | Sat Sep 15 19:32:01 2007 -0400 |
tree | 26b2045acb04625f824441fe22a51da8d9d6a570 | |
parent | e7e381f639657b2e681ff6fb31e131db360550ac [diff] |
ucc_geth: fix compilation Currently qe_bd_t is used in the macro call -- dma_unmap_single, which is a no-op on PPC32, thus error is hidden today. Starting with 2.6.24, macro will be replaced by the empty static function, and erroneous use of qe_bd_t will trigger compilation error. Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>