ucc_geth: fix compilation
authorAnton Vorontsov <avorontsov@ru.mvista.com>
Thu, 13 Sep 2007 15:23:33 +0000 (19:23 +0400)
committerJeff Garzik <jeff@garzik.org>
Sat, 15 Sep 2007 23:32:01 +0000 (19:32 -0400)
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>

No differences found