summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/gsc
diff options
context:
space:
mode:
authorMartin Pieuchot <mpi@cvs.openbsd.org>2015-11-24 13:33:19 +0000
committerMartin Pieuchot <mpi@cvs.openbsd.org>2015-11-24 13:33:19 +0000
commitb238270dddbb603abdcb5fae288b7375b2f740d2 (patch)
tree79eab072da0ae873bf925e461e2a420f0c043721 /sys/arch/hppa/gsc
parent450fca0992b8f4f570cdc58cd3a895fc87cf111a (diff)
The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.
Diffstat (limited to 'sys/arch/hppa/gsc')
-rw-r--r--sys/arch/hppa/gsc/if_ie_gsc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hppa/gsc/if_ie_gsc.c b/sys/arch/hppa/gsc/if_ie_gsc.c
index f97c87cbaad..b2e0e2a9a99 100644
--- a/sys/arch/hppa/gsc/if_ie_gsc.c
+++ b/sys/arch/hppa/gsc/if_ie_gsc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ie_gsc.c,v 1.27 2015/09/14 11:18:48 stsp Exp $ */
+/* $OpenBSD: if_ie_gsc.c,v 1.28 2015/11/24 13:33:18 mpi Exp $ */
/*
* Copyright (c) 1998-2004 Michael Shalayeff
@@ -42,7 +42,6 @@
#include <net/if.h>
#include <net/if_dl.h>
-#include <net/if_types.h>
#include <net/if_media.h>
#include <netinet/in.h>