diff options
Diffstat (limited to 'drivers/net/wireless/airo_cs.c')
-rw-r--r-- | drivers/net/wireless/airo_cs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/airo_cs.c b/drivers/net/wireless/airo_cs.c index ab60f1084716..ccb2fdde002c 100644 --- a/drivers/net/wireless/airo_cs.c +++ b/drivers/net/wireless/airo_cs.c | |||
@@ -104,7 +104,6 @@ static int airo_probe(struct pcmcia_device *p_dev) | |||
104 | device, and can be hard-wired here. | 104 | device, and can be hard-wired here. |
105 | */ | 105 | */ |
106 | p_dev->conf.Attributes = 0; | 106 | p_dev->conf.Attributes = 0; |
107 | p_dev->conf.IntType = INT_MEMORY_AND_IO; | ||
108 | 107 | ||
109 | /* Allocate space for private device-specific data */ | 108 | /* Allocate space for private device-specific data */ |
110 | local = kzalloc(sizeof(local_info_t), GFP_KERNEL); | 109 | local = kzalloc(sizeof(local_info_t), GFP_KERNEL); |