diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2006-06-15 05:21:47 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2006-06-15 05:21:47 +0000 |
commit | 24f78d6049c204383f262bfa32b277355f96edc7 (patch) | |
tree | b481f5942840b6c455c3b85ac429b97861beefc3 /sys/dev/ic/mpireg.h | |
parent | 2bf52f92240703092e967d0db464e61fc5112544 (diff) |
Remove header from structure since it doesnt need it.
Diffstat (limited to 'sys/dev/ic/mpireg.h')
-rw-r--r-- | sys/dev/ic/mpireg.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ic/mpireg.h b/sys/dev/ic/mpireg.h index 27c9fd4ac9a..7882bddd754 100644 --- a/sys/dev/ic/mpireg.h +++ b/sys/dev/ic/mpireg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mpireg.h,v 1.14 2006/06/15 04:44:59 marco Exp $ */ +/* $OpenBSD: mpireg.h,v 1.15 2006/06/15 05:21:46 marco Exp $ */ /* * Copyright (c) 2005 David Gwynne <dlg@openbsd.org> @@ -1008,8 +1008,6 @@ struct mpi_cfg_manufacturing_pg0 { } __packed; struct mpi_cfg_raid_vol { - struct mpi_cfg_hdr config_header; - u_int8_t vol_id; u_int8_t vol_bus; u_int8_t vol_ioc; |