commit | 6ed7ffddcf61f668114edb676417e5fb33773b59 | [log] [tgz] |
---|---|---|
author | H Hartley Sweeten <[email protected]> | Wed Mar 06 11:24:44 2013 -0700 |
committer | Greg Kroah-Hartman <[email protected]> | Fri Mar 15 12:26:03 2013 -0700 |
tree | 931cc141550bbe82283e96b713f296c9e271f258 | |
parent | e7c2199ff300fcf88673a1cf6d7229e6c3da09de [diff] |
pcmcia/ds.h: introduce helper for pcmcia_driver module boilerplate 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 <[email protected]> Cc: [email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>