From 5ba70c0086c0d474c7cd1a4afcd131d42b941176 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Tue, 1 Nov 2011 16:48:31 +0000 Subject: Combine ethtool-{bitops,util}.h into internal.h ethtool-util.h contains all kinds of declarations, not just utility functions or macros. ethtool-bitops.h contains just a few extra definitions, and its only user also includes ethtool-util.h. Signed-off-by: Ben Hutchings --- rxclass.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'rxclass.c') diff --git a/rxclass.c b/rxclass.c index b227901..809b073 100644 --- a/rxclass.c +++ b/rxclass.c @@ -10,8 +10,7 @@ #include #include -#include "ethtool-util.h" -#include "ethtool-bitops.h" +#include "internal.h" static void invert_flow_mask(struct ethtool_rx_flow_spec *fsp) { -- cgit v1.2.1