Re: [PATCH 9/9] staging/sxg: fix napi interface build

From: Greg KH
Date: Thu Feb 12 2009 - 15:29:29 EST


On Wed, Feb 11, 2009 at 01:22:56PM -0800, Randy Dunlap wrote:
> From: Randy Dunlap <randy.dunlap@xxxxxxxxxx>
>
> Fix staging/sxg napi interface calls:
>
> drivers/staging/sxg/sxg.c:1271: error: implicit declaration of function 'netif_rx_schedule_prep'
> linux-next-20090209/drivers/staging/sxg/sxg.c:1272: error: implicit declaration of function '__netif_rx_schedule'
> drivers/staging/sxg/sxg.c:1325: error: implicit declaration of function 'netif_rx_complete'

As I count over 80 instances of netif_rx_complete in Linus's tree right
now, I'm guesing this is due to a change from the netdev tree. Which is
fine, but I'll wait until that gets merged with Linus to apply this
patch.

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/