summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordlg <dlg@openbsd.org>2013-09-12 01:13:10 +0000
committerdlg <dlg@openbsd.org>2013-09-12 01:13:10 +0000
commitb42010c8cde3ac6abbde50b5b8c5dfec2950da41 (patch)
tree2345b01d00f1d9c7ab8bebce7e9775a6c02de75e
parentmore consistent whitespace for structs and function prototypes. (diff)
downloadwireguard-openbsd-b42010c8cde3ac6abbde50b5b8c5dfec2950da41.tar.xz
wireguard-openbsd-b42010c8cde3ac6abbde50b5b8c5dfec2950da41.zip
sc_ih is unused.
-rw-r--r--sys/arch/armv7/omap/if_cpsw.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/armv7/omap/if_cpsw.c b/sys/arch/armv7/omap/if_cpsw.c
index 9b1451b23c3..0c933db4723 100644
--- a/sys/arch/armv7/omap/if_cpsw.c
+++ b/sys/arch/armv7/omap/if_cpsw.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_cpsw.c,v 1.10 2013/09/12 01:11:15 dlg Exp $ */
+/* $OpenBSD: if_cpsw.c,v 1.11 2013/09/12 01:13:10 dlg Exp $ */
/* $NetBSD: if_cpsw.c,v 1.3 2013/04/17 14:36:34 bouyer Exp $ */
/*
@@ -147,7 +147,6 @@ struct cpsw_softc {
struct arpcom sc_ac;
struct mii_data sc_mii;
- void *sc_ih;
struct cpsw_ring_data *sc_rdp;
volatile u_int sc_txnext;
volatile u_int sc_txhead;