Remove unneeded field after CIS changes.

This commit is contained in:
Warner Losh 2003-08-29 00:25:50 +00:00
parent 23562e4bc6
commit f8ba3dc6cb

View file

@ -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;
};