]> git.karo-electronics.de Git - linux-beck.git/commit
dma: mv_xor: add missing __devinit and __devexit qualifiers on probe and remove
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 18 Nov 2012 17:25:12 +0000 (18:25 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 20 Nov 2012 14:59:00 +0000 (15:59 +0100)
commitcd09fea446f485f1514ad444cb06a35e1dd63326
tree3d5cb1cb760ef9dec651f7c946845598444a31dc
parentf7d12ef53ddfd8175933af42bfc477376d19e19e
dma: mv_xor: add missing __devinit and __devexit qualifiers on probe and remove

The ->probe() and ->remove() functions were missing the usual
__devinit and __devexit qualifiers.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
drivers/dma/mv_xor.c