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 --- at76c50x-usb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'at76c50x-usb.c') diff --git a/at76c50x-usb.c b/at76c50x-usb.c index 4c2a1a8..39e24a4 100644 --- a/at76c50x-usb.c +++ b/at76c50x-usb.c @@ -1,5 +1,5 @@ #include -#include "ethtool-util.h" +#include "internal.h" static char *hw_versions[] = { "503_ISL3861", -- cgit v1.2.1