diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-06-01 22:06:48 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-06-01 22:06:48 +0000 |
commit | 1685361627f3f27ab6bbd97d011e324826561be6 (patch) | |
tree | 1591b194258295d2af413ea09dc78960aa5cc185 /sys/arch/zaurus | |
parent | 5da70fdeeee8f0bd3b7dbed0a31b97123e9785dd (diff) |
unbreak tree (will take a shot at flash_activate later)
Diffstat (limited to 'sys/arch/zaurus')
-rw-r--r-- | sys/arch/zaurus/dev/zaurus_flash.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/zaurus/dev/zaurus_flash.c b/sys/arch/zaurus/dev/zaurus_flash.c index bb684aca1c0..ecddc62b3a4 100644 --- a/sys/arch/zaurus/dev/zaurus_flash.c +++ b/sys/arch/zaurus/dev/zaurus_flash.c @@ -1,4 +1,4 @@ -/* $OpenBSD: zaurus_flash.c,v 1.9 2009/05/21 23:45:48 krw Exp $ */ +/* $OpenBSD: zaurus_flash.c,v 1.10 2013/06/01 22:06:47 deraadt Exp $ */ /* * Copyright (c) 2005 Uwe Stuehler <uwe@openbsd.org> @@ -123,7 +123,7 @@ void zflash_safe_stop(struct zflash_softc *, dev_t); struct cfattach flash_pxaip_ca = { sizeof(struct zflash_softc), zflashmatch, zflashattach, - zflashdetach, flashactivate + zflashdetach }; struct flash_ctl_tag zflash_ctl_tag = { |