commit | cd09fea446f485f1514ad444cb06a35e1dd63326 | [log] [tgz] |
---|---|---|
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | Sun Nov 18 18:25:12 2012 +0100 |
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | Tue Nov 20 15:59:00 2012 +0100 |
tree | 3d5cb1cb760ef9dec651f7c946845598444a31dc | |
parent | f7d12ef53ddfd8175933af42bfc477376d19e19e [diff] |
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>