diff options
author | Vinod Koul <vinod.koul@intel.com> | 2015-04-02 06:41:35 -0400 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2015-04-02 06:41:35 -0400 |
commit | 453dcdb5ba048011d823cd31710f78ce2fd57da3 (patch) | |
tree | 91720a567d486ec6a71e6bc687332b1c184f95e6 | |
parent | ad80da658bbcaaac1d3617ea6cb0f4d5e16da422 (diff) |
dmaengine: fsl_raid: statify fsl_re_chan_probe
Function fsl_re_chan_probe should be declared static, so do it
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
-rw-r--r-- | drivers/dma/fsl_raid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/fsl_raid.c b/drivers/dma/fsl_raid.c index 12778bd6446b..4d9470f16552 100644 --- a/drivers/dma/fsl_raid.c +++ b/drivers/dma/fsl_raid.c | |||
@@ -629,7 +629,7 @@ static void fsl_re_free_chan_resources(struct dma_chan *chan) | |||
629 | dev_err(re_chan->dev, "chan resource cannot be cleaned!\n"); | 629 | dev_err(re_chan->dev, "chan resource cannot be cleaned!\n"); |
630 | } | 630 | } |
631 | 631 | ||
632 | int fsl_re_chan_probe(struct platform_device *ofdev, | 632 | static int fsl_re_chan_probe(struct platform_device *ofdev, |
633 | struct device_node *np, u8 q, u32 off) | 633 | struct device_node *np, u8 q, u32 off) |
634 | { | 634 | { |
635 | struct device *dev, *chandev; | 635 | struct device *dev, *chandev; |