summaryrefslogtreecommitdiff
path: root/sys/arch/octeon
diff options
context:
space:
mode:
authorMartin Pieuchot <mpi@cvs.openbsd.org>2014-07-09 12:56:29 +0000
committerMartin Pieuchot <mpi@cvs.openbsd.org>2014-07-09 12:56:29 +0000
commit9d6e49c32728d84d40b35c129f648bdf82133b7b (patch)
treeb037ac9356db4fc7ab2fae3003b14f43e3ff5514 /sys/arch/octeon
parent5dc68cb0372f3fe4aebed8b6ae127900c177f3f8 (diff)
Kill unused shutdown hook pointers.
ok miod@, deraadt@, tedu@
Diffstat (limited to 'sys/arch/octeon')
-rw-r--r--sys/arch/octeon/dev/if_cnmacvar.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/octeon/dev/if_cnmacvar.h b/sys/arch/octeon/dev/if_cnmacvar.h
index 6b6fdf18523..7d71fa56763 100644
--- a/sys/arch/octeon/dev/if_cnmacvar.h
+++ b/sys/arch/octeon/dev/if_cnmacvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_cnmacvar.h,v 1.3 2013/09/16 20:52:14 jmatthew Exp $ */
+/* $OpenBSD: if_cnmacvar.h,v 1.4 2014/07/09 12:56:28 mpi Exp $ */
/*
* Copyright (c) 2007 Internet Initiative Japan, Inc.
@@ -72,8 +72,6 @@ struct octeon_eth_softc {
struct arpcom sc_arpcom;
struct mii_data sc_mii;
- void *sc_sdhook;
-
struct timeout sc_tick_misc_ch;
struct timeout sc_tick_free_ch;
struct timeout sc_resume_ch;