diff options
Diffstat (limited to 'sys/dev/flash.c')
-rw-r--r-- | sys/dev/flash.c | 9 |
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 */ |