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 --- ibm_emac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ibm_emac.c') diff --git a/ibm_emac.c b/ibm_emac.c index 7974836..e128e48 100644 --- a/ibm_emac.c +++ b/ibm_emac.c @@ -6,7 +6,7 @@ #include #include -#include "ethtool-util.h" +#include "internal.h" /* Ethtool get_regs complex data. * we want to get not just EMAC registers, but also MAL, ZMII, RGMII, TAH -- cgit v1.2.1