diff options
| author | Dominik Brodowski <linux@dominikbrodowski.net> | 2006-01-15 02:04:43 -0500 |
|---|---|---|
| committer | Dominik Brodowski <linux@dominikbrodowski.net> | 2006-03-31 10:02:46 -0500 |
| commit | c7d006935dfda9174187aa557e94a137ced10c30 (patch) | |
| tree | f588cceea449c34389f5b1fab73a5b26e1859d1e /include/pcmcia | |
| parent | 0e0fad8f71a8a23fad223b7d72b4ba06d57f764f (diff) | |
[PATCH] pcmcia: remove duplicate fields in io_window_t
BasePort, NumPorts and Attributes are or can be embedded in
struct resource, so remove them.
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
Diffstat (limited to 'include/pcmcia')
| -rw-r--r-- | include/pcmcia/ss.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/pcmcia/ss.h b/include/pcmcia/ss.h index fa527c2ef5ec..d0a15125f241 100644 --- a/include/pcmcia/ss.h +++ b/include/pcmcia/ss.h | |||
| @@ -153,8 +153,6 @@ extern struct pccard_resource_ops pccard_nonstatic_ops; | |||
| 153 | struct pcmcia_socket; | 153 | struct pcmcia_socket; |
| 154 | 154 | ||
| 155 | typedef struct io_window_t { | 155 | typedef struct io_window_t { |
| 156 | u_int Attributes; | ||
| 157 | kio_addr_t BasePort, NumPorts; | ||
| 158 | kio_addr_t InUse, Config; | 156 | kio_addr_t InUse, Config; |
| 159 | struct resource *res; | 157 | struct resource *res; |
| 160 | } io_window_t; | 158 | } io_window_t; |
