diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2015-11-24 17:11:41 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2015-11-24 17:11:41 +0000 |
commit | 4a744430c172381cee12e1e8fae5bab2f848044d (patch) | |
tree | f810a453e46dfd8a09a245d190e20a50e6b80871 /sys/dev/pci/if_ral_pci.c | |
parent | 0acdbc67a3ded82bf510f4bf399ae31ae655fcbf (diff) |
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
Diffstat (limited to 'sys/dev/pci/if_ral_pci.c')
-rw-r--r-- | sys/dev/pci/if_ral_pci.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_ral_pci.c b/sys/dev/pci/if_ral_pci.c index 62868c26781..bbdf64f02dd 100644 --- a/sys/dev/pci/if_ral_pci.c +++ b/sys/dev/pci/if_ral_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ral_pci.c,v 1.23 2013/12/06 21:03:04 deraadt Exp $ */ +/* $OpenBSD: if_ral_pci.c,v 1.24 2015/11/24 17:11:39 mpi Exp $ */ /*- * Copyright (c) 2005-2010 Damien Bergamini <damien.bergamini@free.fr> @@ -36,7 +36,6 @@ #include <machine/intr.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> |