From: Anton Vorontsov Date: Thu, 13 Sep 2007 15:23:33 +0000 (+0400) Subject: ucc_geth: fix compilation X-Git-Tag: v2.6.23-rc7~41^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62270336e8fdfbea36cb455c27744c23780dbf07;p=pandora-kernel.git 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 Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed