[PATCH 01/11] pcmcia/ds.h: introduce helper for pcmcia_driver module boilerplate

2013-03-06 Thread H Hartley Sweeten
Introduce the module_pcmcia_driver() macro which is a convenience macro for pcmcia driver modules. It is intended to be used by pcmcia drivers with init/exit sections that do nothing but register/unregister the pcmcia driver. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc:

[PATCH 01/11] pcmcia/ds.h: introduce helper for pcmcia_driver module boilerplate

2013-02-07 Thread H Hartley Sweeten
Introduce the module_pcmcia_driver() macro which is a convenience macro for pcmcia driver modules. It is intended to be used by pcmcia drivers with init/exit sections that do nothing but register/unregister the pcmcia driver. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com ---