Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+1 -1
+1 -1
drivers/dma/fsl_raid.c
··· 629 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 633 struct device_node *np, u8 q, u32 off) 634 634 { 635 635 struct device *dev, *chandev;