diff options
Diffstat (limited to 'drivers/rapidio/devices/tsi721_dma.c')
-rw-r--r-- | drivers/rapidio/devices/tsi721_dma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rapidio/devices/tsi721_dma.c b/drivers/rapidio/devices/tsi721_dma.c index 92e06a5c62ec..502663f5f7c6 100644 --- a/drivers/rapidio/devices/tsi721_dma.c +++ b/drivers/rapidio/devices/tsi721_dma.c | |||
@@ -765,7 +765,7 @@ static int tsi721_device_control(struct dma_chan *dchan, enum dma_ctrl_cmd cmd, | |||
765 | return 0; | 765 | return 0; |
766 | } | 766 | } |
767 | 767 | ||
768 | int __devinit tsi721_register_dma(struct tsi721_device *priv) | 768 | int tsi721_register_dma(struct tsi721_device *priv) |
769 | { | 769 | { |
770 | int i; | 770 | int i; |
771 | int nr_channels = TSI721_DMA_MAXCH; | 771 | int nr_channels = TSI721_DMA_MAXCH; |