fcoemon includes header files that are not needed from dcbd. Removes these and use the correct lldpad headers the dcbd name is deprecated.
Signed-off-by: John Fastabend <[email protected]> --- fcoemon.c | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/fcoemon.c b/fcoemon.c index bf0de93..0fa00bc 100644 --- a/fcoemon.c +++ b/fcoemon.c @@ -44,11 +44,9 @@ #include <linux/ethtool.h> #include <linux/if_vlan.h> -#include <dcbd/dcb_types.h> -#include <dcbd/dcbtool.h> /* for typedef cmd_status */ -#include <dcbd/clif.h> -#include <dcbd/clif_cmds.h> -#include <dcbd/common.h> /* for event msg level definitions */ +#include <lldpad/dcb_types.h> +#include <lldpad/clif.h> +#include <lldpad/clif_cmds.h> #include "fcoe_utils_version.h" #include "fcoemon_utils.h" _______________________________________________ devel mailing list [email protected] https://lists.open-fcoe.org/mailman/listinfo/devel
