diff options
Diffstat (limited to 'drivers/char/pcmcia/ipwireless/main.h')
-rw-r--r-- | drivers/char/pcmcia/ipwireless/main.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/char/pcmcia/ipwireless/main.h b/drivers/char/pcmcia/ipwireless/main.h index c207be87b597..f2cbb116bccb 100644 --- a/drivers/char/pcmcia/ipwireless/main.h +++ b/drivers/char/pcmcia/ipwireless/main.h | |||
@@ -21,7 +21,6 @@ | |||
21 | #include <linux/sched.h> | 21 | #include <linux/sched.h> |
22 | #include <linux/types.h> | 22 | #include <linux/types.h> |
23 | 23 | ||
24 | #include <pcmcia/cs.h> | ||
25 | #include <pcmcia/cistpl.h> | 24 | #include <pcmcia/cistpl.h> |
26 | #include <pcmcia/ds.h> | 25 | #include <pcmcia/ds.h> |
27 | 26 | ||
@@ -45,13 +44,9 @@ struct ipw_dev { | |||
45 | struct pcmcia_device *link; | 44 | struct pcmcia_device *link; |
46 | int is_v2_card; | 45 | int is_v2_card; |
47 | 46 | ||
48 | window_handle_t handle_attr_memory; | ||
49 | void __iomem *attr_memory; | 47 | void __iomem *attr_memory; |
50 | win_req_t request_attr_memory; | ||
51 | 48 | ||
52 | window_handle_t handle_common_memory; | ||
53 | void __iomem *common_memory; | 49 | void __iomem *common_memory; |
54 | win_req_t request_common_memory; | ||
55 | 50 | ||
56 | /* Reference to attribute memory, containing CIS data */ | 51 | /* Reference to attribute memory, containing CIS data */ |
57 | void *attribute_memory; | 52 | void *attribute_memory; |