diff options
Diffstat (limited to 'include/pcmcia/ds.h')
-rw-r--r-- | include/pcmcia/ds.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/pcmcia/ds.h b/include/pcmcia/ds.h index d403c12f7978..ee148573c114 100644 --- a/include/pcmcia/ds.h +++ b/include/pcmcia/ds.h | |||
@@ -82,7 +82,7 @@ struct pcmcia_device { | |||
82 | /* the hardware "function" device; certain subdevices can | 82 | /* the hardware "function" device; certain subdevices can |
83 | * share one hardware "function" device. */ | 83 | * share one hardware "function" device. */ |
84 | u8 func; | 84 | u8 func; |
85 | struct config_t* function_config; | 85 | struct config_t *function_config; |
86 | 86 | ||
87 | struct list_head socket_device_list; | 87 | struct list_head socket_device_list; |
88 | 88 | ||
@@ -121,14 +121,14 @@ struct pcmcia_device { | |||
121 | u16 manf_id; | 121 | u16 manf_id; |
122 | u16 card_id; | 122 | u16 card_id; |
123 | 123 | ||
124 | char * prod_id[4]; | 124 | char *prod_id[4]; |
125 | 125 | ||
126 | u64 dma_mask; | 126 | u64 dma_mask; |
127 | struct device dev; | 127 | struct device dev; |
128 | 128 | ||
129 | #ifdef CONFIG_PCMCIA_IOCTL | 129 | #ifdef CONFIG_PCMCIA_IOCTL |
130 | /* device driver wanted by cardmgr */ | 130 | /* device driver wanted by cardmgr */ |
131 | struct pcmcia_driver * cardmgr; | 131 | struct pcmcia_driver *cardmgr; |
132 | #endif | 132 | #endif |
133 | 133 | ||
134 | /* data private to drivers */ | 134 | /* data private to drivers */ |