aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorFabio Estevam <[email protected]>2014-07-29 16:10:16 -0300
committerMark Brown <[email protected]>2014-07-29 20:15:47 +0100
commitd3dacda9390b936a1c341d868f548944cc1c70de (patch)
tree05042f4c1605350af93dd1731dffcc40bb14ca9d /net
parent3117bb3109dc223e186302f5dc8ce9ed04adca90 (diff)
ASoC: fsl_asrc: Use 'ifdef' for config options
Fix the following build errors that were observed by building with make ARCH=microblaze allyesconfig: >> sound/soc/fsl/fsl_asrc.c:906:5: warning: "CONFIG_PM_RUNTIME" is not defined [-Wundef] #if CONFIG_PM_RUNTIME ^ >> sound/soc/fsl/fsl_asrc.c:934:5: warning: "CONFIG_PM_SLEEP" is not defined [-Wundef] #if CONFIG_PM_SLEEP ^ >> sound/soc/fsl/fsl_asrc.c:906:5: warning: "CONFIG_PM_RUNTIME" is not defined [-Wundef] #if CONFIG_PM_RUNTIME ^ >> sound/soc/fsl/fsl_asrc.c:934:5: warning: "CONFIG_PM_SLEEP" is not defined [-Wundef] #if CONFIG_PM_SLEEP Reported-by: kbuild test robot <[email protected]> Signed-off-by: Fabio Estevam <[email protected]> Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions