diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2015-11-24 13:33:19 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2015-11-24 13:33:19 +0000 |
commit | b238270dddbb603abdcb5fae288b7375b2f740d2 (patch) | |
tree | 79eab072da0ae873bf925e461e2a420f0c043721 /sys/dev/usb | |
parent | 450fca0992b8f4f570cdc58cd3a895fc87cf111a (diff) |
The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.
Diffstat (limited to 'sys/dev/usb')
-rw-r--r-- | sys/dev/usb/if_athn_usb.c | 3 | ||||
-rw-r--r-- | sys/dev/usb/if_otus.c | 3 | ||||
-rw-r--r-- | sys/dev/usb/if_ral.c | 3 | ||||
-rw-r--r-- | sys/dev/usb/if_rsu.c | 3 | ||||
-rw-r--r-- | sys/dev/usb/if_rum.c | 3 | ||||
-rw-r--r-- | sys/dev/usb/if_run.c | 3 | ||||
-rw-r--r-- | sys/dev/usb/if_uath.c | 3 | ||||
-rw-r--r-- | sys/dev/usb/if_ugl.c | 3 | ||||
-rw-r--r-- | sys/dev/usb/if_upgt.c | 3 | ||||
-rw-r--r-- | sys/dev/usb/if_urtw.c | 3 | ||||
-rw-r--r-- | sys/dev/usb/if_urtwn.c | 3 | ||||
-rw-r--r-- | sys/dev/usb/if_wi_usb.c | 3 | ||||
-rw-r--r-- | sys/dev/usb/if_zyd.c | 3 |
13 files changed, 13 insertions, 26 deletions
diff --git a/sys/dev/usb/if_athn_usb.c b/sys/dev/usb/if_athn_usb.c index f63a3e53730..5ab5abf21fe 100644 --- a/sys/dev/usb/if_athn_usb.c +++ b/sys/dev/usb/if_athn_usb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_athn_usb.c,v 1.38 2015/11/04 12:12:00 dlg Exp $ */ +/* $OpenBSD: if_athn_usb.c,v 1.39 2015/11/24 13:33:18 mpi Exp $ */ /*- * Copyright (c) 2011 Damien Bergamini <damien.bergamini@free.fr> @@ -43,7 +43,6 @@ #include <net/if_arp.h> #include <net/if_dl.h> #include <net/if_media.h> -#include <net/if_types.h> #include <netinet/in.h> #include <netinet/if_ether.h> diff --git a/sys/dev/usb/if_otus.c b/sys/dev/usb/if_otus.c index f2cce0ecd88..e87dd58a533 100644 --- a/sys/dev/usb/if_otus.c +++ b/sys/dev/usb/if_otus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_otus.c,v 1.48 2015/11/04 12:12:00 dlg Exp $ */ +/* $OpenBSD: if_otus.c,v 1.49 2015/11/24 13:33:18 mpi Exp $ */ /*- * Copyright (c) 2009 Damien Bergamini <damien.bergamini@free.fr> @@ -42,7 +42,6 @@ #include <net/if_arp.h> #include <net/if_dl.h> #include <net/if_media.h> -#include <net/if_types.h> #include <netinet/in.h> #include <netinet/if_ether.h> diff --git a/sys/dev/usb/if_ral.c b/sys/dev/usb/if_ral.c index 08daa0829df..1982b631c09 100644 --- a/sys/dev/usb/if_ral.c +++ b/sys/dev/usb/if_ral.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ral.c,v 1.135 2015/11/13 10:36:29 mpi Exp $ */ +/* $OpenBSD: if_ral.c,v 1.136 2015/11/24 13:33:18 mpi Exp $ */ /*- * Copyright (c) 2005, 2006 @@ -44,7 +44,6 @@ #include <net/if_arp.h> #include <net/if_dl.h> #include <net/if_media.h> -#include <net/if_types.h> #include <netinet/in.h> #include <netinet/if_ether.h> diff --git a/sys/dev/usb/if_rsu.c b/sys/dev/usb/if_rsu.c index 1383fb142f3..eeb46f69254 100644 --- a/sys/dev/usb/if_rsu.c +++ b/sys/dev/usb/if_rsu.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_rsu.c,v 1.29 2015/11/15 01:05:25 stsp Exp $ */ +/* $OpenBSD: if_rsu.c,v 1.30 2015/11/24 13:33:18 mpi Exp $ */ /*- * Copyright (c) 2010 Damien Bergamini <damien.bergamini@free.fr> @@ -42,7 +42,6 @@ #include <net/if_arp.h> #include <net/if_dl.h> #include <net/if_media.h> -#include <net/if_types.h> #include <netinet/in.h> #include <netinet/if_ether.h> diff --git a/sys/dev/usb/if_rum.c b/sys/dev/usb/if_rum.c index 09a42757608..f9c5d84481e 100644 --- a/sys/dev/usb/if_rum.c +++ b/sys/dev/usb/if_rum.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_rum.c,v 1.114 2015/11/13 10:36:29 mpi Exp $ */ +/* $OpenBSD: if_rum.c,v 1.115 2015/11/24 13:33:18 mpi Exp $ */ /*- * Copyright (c) 2005-2007 Damien Bergamini <damien.bergamini@free.fr> @@ -44,7 +44,6 @@ #include <net/if_arp.h> #include <net/if_dl.h> #include <net/if_media.h> -#include <net/if_types.h> #include <netinet/in.h> #include <netinet/if_ether.h> diff --git a/sys/dev/usb/if_run.c b/sys/dev/usb/if_run.c index ac7c22b2d13..b405ec62c2d 100644 --- a/sys/dev/usb/if_run.c +++ b/sys/dev/usb/if_run.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_run.c,v 1.112 2015/11/04 12:12:00 dlg Exp $ */ +/* $OpenBSD: if_run.c,v 1.113 2015/11/24 13:33:18 mpi Exp $ */ /*- * Copyright (c) 2008-2010 Damien Bergamini <damien.bergamini@free.fr> @@ -44,7 +44,6 @@ #include <net/if_arp.h> #include <net/if_dl.h> #include <net/if_media.h> -#include <net/if_types.h> #include <netinet/in.h> #include <netinet/if_ether.h> diff --git a/sys/dev/usb/if_uath.c b/sys/dev/usb/if_uath.c index 1752061466c..edb8570769c 100644 --- a/sys/dev/usb/if_uath.c +++ b/sys/dev/usb/if_uath.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_uath.c,v 1.72 2015/11/13 10:36:29 mpi Exp $ */ +/* $OpenBSD: if_uath.c,v 1.73 2015/11/24 13:33:18 mpi Exp $ */ /*- * Copyright (c) 2006 @@ -49,7 +49,6 @@ #include <net/if_arp.h> #include <net/if_dl.h> #include <net/if_media.h> -#include <net/if_types.h> #include <netinet/in.h> #include <netinet/if_ether.h> diff --git a/sys/dev/usb/if_ugl.c b/sys/dev/usb/if_ugl.c index 599c8dec796..d707d69e3e6 100644 --- a/sys/dev/usb/if_ugl.c +++ b/sys/dev/usb/if_ugl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ugl.c,v 1.15 2015/11/20 03:35:23 dlg Exp $ */ +/* $OpenBSD: if_ugl.c,v 1.16 2015/11/24 13:33:18 mpi Exp $ */ /* $NetBSD: if_upl.c,v 1.19 2002/07/11 21:14:26 augustss Exp $ */ /* * Copyright (c) 2013 SASANO Takayoshi <uaa@uaa.org.uk> @@ -64,7 +64,6 @@ #include <sys/device.h> #include <net/if.h> -#include <net/if_types.h> #include <net/netisr.h> #if NBPFILTER > 0 diff --git a/sys/dev/usb/if_upgt.c b/sys/dev/usb/if_upgt.c index 8daab1f4d46..265a86bc878 100644 --- a/sys/dev/usb/if_upgt.c +++ b/sys/dev/usb/if_upgt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_upgt.c,v 1.72 2015/11/11 10:07:25 mpi Exp $ */ +/* $OpenBSD: if_upgt.c,v 1.73 2015/11/24 13:33:18 mpi Exp $ */ /* * Copyright (c) 2007 Marcus Glocker <mglocker@openbsd.org> @@ -38,7 +38,6 @@ #include <net/if_arp.h> #include <net/if_dl.h> #include <net/if_media.h> -#include <net/if_types.h> #include <netinet/in.h> #include <netinet/if_ether.h> diff --git a/sys/dev/usb/if_urtw.c b/sys/dev/usb/if_urtw.c index 6ba00806ba9..b2c09a31e92 100644 --- a/sys/dev/usb/if_urtw.c +++ b/sys/dev/usb/if_urtw.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_urtw.c,v 1.57 2015/11/13 10:36:29 mpi Exp $ */ +/* $OpenBSD: if_urtw.c,v 1.58 2015/11/24 13:33:18 mpi Exp $ */ /*- * Copyright (c) 2009 Martynas Venckus <martynas@openbsd.org> @@ -38,7 +38,6 @@ #include <net/if_arp.h> #include <net/if_dl.h> #include <net/if_media.h> -#include <net/if_types.h> #include <netinet/in.h> #include <netinet/if_ether.h> diff --git a/sys/dev/usb/if_urtwn.c b/sys/dev/usb/if_urtwn.c index 3ae8885bcd6..7034dbfccba 100644 --- a/sys/dev/usb/if_urtwn.c +++ b/sys/dev/usb/if_urtwn.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_urtwn.c,v 1.54 2015/11/04 12:12:00 dlg Exp $ */ +/* $OpenBSD: if_urtwn.c,v 1.55 2015/11/24 13:33:18 mpi Exp $ */ /*- * Copyright (c) 2010 Damien Bergamini <damien.bergamini@free.fr> @@ -43,7 +43,6 @@ #include <net/if_arp.h> #include <net/if_dl.h> #include <net/if_media.h> -#include <net/if_types.h> #include <netinet/in.h> #include <netinet/if_ether.h> diff --git a/sys/dev/usb/if_wi_usb.c b/sys/dev/usb/if_wi_usb.c index 1b15af9f675..ea16ce78c1d 100644 --- a/sys/dev/usb/if_wi_usb.c +++ b/sys/dev/usb/if_wi_usb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_wi_usb.c,v 1.66 2015/06/12 15:47:31 mpi Exp $ */ +/* $OpenBSD: if_wi_usb.c,v 1.67 2015/11/24 13:33:18 mpi Exp $ */ /* * Copyright (c) 2003 Dale Rahn. All rights reserved. @@ -44,7 +44,6 @@ #include <net/if.h> #include <net/if_dl.h> #include <net/if_media.h> -#include <net/if_types.h> #include <netinet/in.h> #include <netinet/if_ether.h> diff --git a/sys/dev/usb/if_zyd.c b/sys/dev/usb/if_zyd.c index 08547d7e358..62c770044ed 100644 --- a/sys/dev/usb/if_zyd.c +++ b/sys/dev/usb/if_zyd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_zyd.c,v 1.110 2015/11/04 12:12:00 dlg Exp $ */ +/* $OpenBSD: if_zyd.c,v 1.111 2015/11/24 13:33:18 mpi Exp $ */ /*- * Copyright (c) 2006 by Damien Bergamini <damien.bergamini@free.fr> @@ -42,7 +42,6 @@ #include <net/if_arp.h> #include <net/if_dl.h> #include <net/if_media.h> -#include <net/if_types.h> #include <netinet/in.h> #include <netinet/if_ether.h> |