diff options
Diffstat (limited to 'sys/scsi/mpath_hds.c')
-rw-r--r-- | sys/scsi/mpath_hds.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/scsi/mpath_hds.c b/sys/scsi/mpath_hds.c index e65fa47bf6e..aa734177aae 100644 --- a/sys/scsi/mpath_hds.c +++ b/sys/scsi/mpath_hds.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mpath_hds.c,v 1.1 2011/04/27 11:36:20 dlg Exp $ */ +/* $OpenBSD: mpath_hds.c,v 1.2 2011/04/28 10:43:36 dlg Exp $ */ /* * Copyright (c) 2011 David Gwynne <dlg@openbsd.org> @@ -70,7 +70,6 @@ int hds_mpath_offline(struct scsi_link *); struct mpath_ops hds_mpath_ops = { "hds", - hds_mpath_start, hds_mpath_checksense, hds_mpath_online, hds_mpath_offline |