diff options
Diffstat (limited to 'include/pcmcia/ds.h')
-rw-r--r-- | include/pcmcia/ds.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/pcmcia/ds.h b/include/pcmcia/ds.h index d6c55fdf8d01..d403c12f7978 100644 --- a/include/pcmcia/ds.h +++ b/include/pcmcia/ds.h | |||
@@ -138,9 +138,6 @@ struct pcmcia_device { | |||
138 | #define to_pcmcia_dev(n) container_of(n, struct pcmcia_device, dev) | 138 | #define to_pcmcia_dev(n) container_of(n, struct pcmcia_device, dev) |
139 | #define to_pcmcia_drv(n) container_of(n, struct pcmcia_driver, drv) | 139 | #define to_pcmcia_drv(n) container_of(n, struct pcmcia_driver, drv) |
140 | 140 | ||
141 | /* deprecated -- don't use! */ | ||
142 | #define handle_to_dev(handle) (handle->dev) | ||
143 | |||
144 | 141 | ||
145 | /* | 142 | /* |
146 | * CIS access. | 143 | * CIS access. |