summaryrefslogtreecommitdiffstats
path: root/sys/dev/flash.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2013-05-30 16:15:01 +0000
committerderaadt <deraadt@openbsd.org>2013-05-30 16:15:01 +0000
commitc06fda6d0724f63f24685adf5b3d7f3ead24829d (patch)
tree1f027428818a55ed1ab7b65fb609867de3c20ad9 /sys/dev/flash.c
parentSimplify hello holdtime calculation and stop the timeout timer if the (diff)
downloadwireguard-openbsd-c06fda6d0724f63f24685adf5b3d7f3ead24829d.tar.xz
wireguard-openbsd-c06fda6d0724f63f24685adf5b3d7f3ead24829d.zip
Enforce ca_activate tree-walks over the entire heirarchy for all events,
cleaning up some shutdown-hook related code on the way. (A few drivers related to sparc are still skipped at kettenis' request) ok kettenis mlarkin, tested by many others too
Diffstat (limited to 'sys/dev/flash.c')
-rw-r--r--sys/dev/flash.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/dev/flash.c b/sys/dev/flash.c
index 8f5dd8dd48f..5cc8c817417 100644
--- a/sys/dev/flash.c
+++ b/sys/dev/flash.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: flash.c,v 1.24 2011/07/06 04:49:36 matthew Exp $ */
+/* $OpenBSD: flash.c,v 1.25 2013/05/30 16:15:01 deraadt Exp $ */
/*
* Copyright (c) 2005 Uwe Stuehler <uwe@openbsd.org>
@@ -172,13 +172,6 @@ flashdetach(struct device *self, int flags)
return 0;
}
-int
-flashactivate(struct device *self, int act)
-{
- /* XXX anything to be done here? */
- return 0;
-}
-
/*
* Flash controller and chip functions
*/