diff options
Diffstat (limited to 'sys/dev/pci/if_rl_pci.c')
-rw-r--r-- | sys/dev/pci/if_rl_pci.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_rl_pci.c b/sys/dev/pci/if_rl_pci.c index d6080759f61..b5737c67d4b 100644 --- a/sys/dev/pci/if_rl_pci.c +++ b/sys/dev/pci/if_rl_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_rl_pci.c,v 1.32 2015/11/24 13:33:17 mpi Exp $ */ +/* $OpenBSD: if_rl_pci.c,v 1.33 2015/11/24 17:11:39 mpi Exp $ */ /* * Copyright (c) 1997, 1998 @@ -45,7 +45,6 @@ #include <sys/timeout.h> #include <net/if.h> -#include <net/if_dl.h> #include <netinet/in.h> #include <netinet/if_ether.h> |