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)
The ->probe() and ->remove() functions were missing the usual
__devinit and __devexit qualifiers.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

No differences found