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 --- natsemi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'natsemi.c') diff --git a/natsemi.c b/natsemi.c index 24a7cb3..eaf83e2 100644 --- a/natsemi.c +++ b/natsemi.c @@ -1,6 +1,6 @@ /* Copyright 2001 Sun Microsystems (thockin@sun.com) */ #include -#include "ethtool-util.h" +#include "internal.h" #define PCI_VENDOR_NATSEMI 0x100b #define PCI_DEVICE_DP83815 0x0020 -- cgit v1.2.1