Re: [PATCH] ucc_geth: fix compilation
From: Kumar Gala <hidden>
Date: 2007-09-18 14:02:06
Also in:
linuxppc-dev
On Sep 18, 2007, at 3:56 AM, Li Yang-r58472 wrote:
quoted
-----Original Message----- From: linuxppc-dev-bounces+leoli=freescale.com@ozlabs.org [mailto:linuxppc-dev-bounces+leoli=freescale.com@ozlabs.org] On Behalf Of Kumar Gala Sent: Friday, September 14, 2007 10:08 PM To: Jeff Garzik Cc: linuxppc-dev@ozlabs.org list; netdev Subject: Re: [PATCH] ucc_geth: fix compilation On Sep 13, 2007, at 10:23 AM, Anton Vorontsov wrote:quoted
Currently qe_bd_t is used in the macro call --dma_unmap_single, whichquoted
is a no-op on PPC32, thus error is hidden today. Startingwith 2.6.24,quoted
macro will be replaced by the empty static function, anderroneous usequoted
of qe_bd_t will trigger compilation error. Signed-off-by: Anton Vorontsov <redacted> ---Jeff, I'm going to pick this up via the powerpc.git tree since its currently only broken in our for-2.6.24 branch (because of other changes in there). Any issues?Kumar, Kim Phillips has posted the same patch to netdev list before Anton. Therefore, I do prefer to use his. Thanks
No problem. Jeff seems to have picked up some version of the fix. - k