summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-08-29 00:25:50 +0000
committerimp <imp@FreeBSD.org>2003-08-29 00:25:50 +0000
commitf208df8a366c9796ca1445598ab5a4233d1a4104 (patch)
tree94f0aab72ec4907eb0f5edf71a2e33b96321b524 /sys
parentd35fa485d72265af9def41756edf1ae8765ed3b9 (diff)
downloadFreeBSD-src-f208df8a366c9796ca1445598ab5a4233d1a4104.zip
FreeBSD-src-f208df8a366c9796ca1445598ab5a4233d1a4104.tar.gz
Remove unneeded field after CIS changes.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pccard/pccardvar.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/pccard/pccardvar.h b/sys/dev/pccard/pccardvar.h
index 7a63f4e..ddbf4b0 100644
--- a/sys/dev/pccard/pccardvar.h
+++ b/sys/dev/pccard/pccardvar.h
@@ -60,7 +60,6 @@ struct pccard_mem_handle {
bus_addr_t addr; /* resulting address in bus space */
bus_size_t size; /* size of mem space */
bus_size_t realsize; /* how much we really allocated */
- long offset; /* mapped Offset on card */
bus_addr_t cardaddr; /* Absolute address on card */
int kind;
};
OpenPOWER on IntegriCloud