diff options
author | Mike Frysinger <[email protected]> | 2009-05-27 15:16:21 +1000 |
---|---|---|
committer | Herbert Xu <[email protected]> | 2009-06-02 14:04:59 +1000 |
commit | f3d8fe40498eea9f45be260bdf6ccada845411f3 (patch) | |
tree | ea3f4f7d6027b71994c3b4f9a9a48eac593f4437 /drivers/mtd/lpddr/lpddr_cmds.c | |
parent | 4e033a6bc70f094d36128c328f6ca725c6ca4b4c (diff) |
crypto: hifn_795x - fix __dev{init,exit} markings
The remove member of the pci_driver hifn_pci_driver uses __devexit_p(),
so the remove function itself should be marked with __devexit. And where
there be __devexit on the remove, so is there __devinit on the probe.
Similarly, the module_init/module_exit functions should be declared with
plain __init/__exit markings, not the hotplug __dev{init,exit} ones.
Signed-off-by: Mike Frysinger <[email protected]>
Acked-by: Evgeniy Polyakov <[email protected]>
CC: Patrick McHardy <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'drivers/mtd/lpddr/lpddr_cmds.c')
0 files changed, 0 insertions, 0 deletions