ixgbe: net-next build breakage
From: Harvey Harrison <hidden>
Date: 2010-10-15 04:33:34
From: Harvey Harrison <hidden>
Date: 2010-10-15 04:33:34
commit f32f837b75233588cd4f8542214a30915ab7847b
Author: Emil Tantilov [off-list ref]
Date: Tue Oct 12 22:20:34 2010 +0000
ixgbe: remove unused functions
Breaks the build:
drivers/net/ixgbe/ixgbe_main.c: In function ‘ixgbe_configure_dcb’:
drivers/net/ixgbe/ixgbe_main.c:3377: error: implicit declaration of
function ‘ixgbe_dcb_check_config’
make[2]: *** [drivers/net/ixgbe/ixgbe_main.o] Error 1
make[1]: *** [drivers/net/ixgbe] Error 2
make: *** [drivers/net/] Error 2
As ixgbe_dcb_check_config no longer exists in the tree.
Cheers,
Harvey