diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2004-11-13 06:11:32 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2004-11-13 06:11:32 +0000 |
commit | fd7ad9a87c80e226b9af0de9902f3b1b86f83367 (patch) | |
tree | a175061d66f016033824cab8218acca877a3c75a /sys/dev/ic/aic79xx.h | |
parent | 54800b4dbe41b6112140f8b9bdb1be97ef418ea4 (diff) |
Eliminate a structure member introduced via NetBSD, now superfluous.
Diffstat (limited to 'sys/dev/ic/aic79xx.h')
-rw-r--r-- | sys/dev/ic/aic79xx.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/aic79xx.h b/sys/dev/ic/aic79xx.h index 97f79e27fcc..e7a206f6555 100644 --- a/sys/dev/ic/aic79xx.h +++ b/sys/dev/ic/aic79xx.h @@ -1,4 +1,4 @@ -/* $OpenBSD: aic79xx.h,v 1.10 2004/11/13 04:22:54 krw Exp $ */ +/* $OpenBSD: aic79xx.h,v 1.11 2004/11/13 06:11:31 krw Exp $ */ /* * Copyright (c) 2004 Milos Urbanek, Kenneth R. Westerback & Marco Peereboom @@ -1262,7 +1262,6 @@ struct ahd_softc { */ bus_dma_tag_t parent_dmat; struct map_node shared_data_map; - int shared_data_size; /* Information saved through suspend/resume cycles */ struct ahd_suspend_state suspend_state; |