diff options
author | shengjiu wang <[email protected]> | 2020-05-25 17:03:32 +0800 |
---|---|---|
committer | Mark Brown <[email protected]> | 2020-05-25 15:31:09 +0100 |
commit | cff1f8b4f8e119a9dbd9872d7a04fedef8d0c1a2 (patch) | |
tree | 118caff43a8ea3247981493901234f716c9ea9da /drivers/usb/cdns3/cdns3-debug.h | |
parent | a6e3f4f34cdbf0ae33731cff047542982a1195b0 (diff) |
ASoC: fsl_asrc: Fix -Wmissing-prototypes warning
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=x86_64
sound/soc/fsl/fsl_asrc.c:557:18: warning: no previous prototype for function 'fsl_asrc_get_dma_channel' [-Wmissing-prototypes]
struct dma_chan *fsl_asrc_get_dma_channel(struct fsl_asrc_pair *pair, bool dir)
^
sound/soc/fsl/fsl_asrc.c:557:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
struct dma_chan *fsl_asrc_get_dma_channel(struct fsl_asrc_pair *pair, bool dir)
^
static
Fixes: be7bd03f0201 ("ASoC: fsl_asrc: Move common definition to fsl_asrc_common")
Reported-by: kbuild test robot <[email protected]>
Signed-off-by: shengjiu wang <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-debug.h')
0 files changed, 0 insertions, 0 deletions