dma: Remove erroneous __exit and __exit_p() references
authorMaxin B. John <maxin.john@enea.com>
Wed, 20 Feb 2013 00:07:04 +0000 (02:07 +0200)
committerVinod Koul <vinod.koul@intel.com>
Mon, 15 Apr 2013 04:21:16 +0000 (09:51 +0530)
commit1d1bbd305a7831c47a35811e3ee7e8a6a7c7ed3a
treef7f8ac9a4ef2c64fde6522bbe058f14fe981923e
parent234846d4c8342a5adeb9f70fc0bca606e32c8d2e
dma: Remove erroneous __exit and __exit_p() references

Removing the annotation with __exit and referencing with __exit_p()
present in dma driver module remove hooks.

Part of the __devexit and __devexit_p() purge.

Signed-off-by: Maxin B. John <maxin.john@enea.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/at_hdmac.c
drivers/dma/coh901318.c
drivers/dma/imx-dma.c
drivers/dma/imx-sdma.c
drivers/dma/ipu/ipu_idmac.c
drivers/dma/txx9dmac.c
This page took 0.025433 seconds and 5 git commands to generate.