On Thu, 2012-02-02 at 14:20 -0500, David Miller wrote:
From: Jeff Kirsher <redacted>
Date: Thu, 2 Feb 2012 04:20:17 -0800
quoted
Several functions are made external but are not used externally when
FCoE/DCB is not enabled.
Signed-off-by: Jeff Kirsher <redacted>
Tested-by: Phil Schmitt <redacted>
Do not crap up the *.c files with ifdefs like this.
Better to export these operations via an ops structure of
some kind, rather than doing stuff like this.
I'm not applying this series if it contains stuff like
this.
I apologize Dave, that was my mistake. I will drop this patch from the
series and find a better way to resolve the namespace errors.