#ifndef CPP_H #define CPP_H extern int cpp_exec(char *in_file, char *out_file, size_t out_len, char *const argv[]); #endif ='/cgit.js'>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2013-11-21 12:38:46 -0200
committerMark Brown <broonie@linaro.org>2013-11-27 18:15:35 +0000
commit9ea6fbc66d15c83089e177b445872a9ba40f125d (patch)
treec75a8345e58f9e9cedd4a915c6ee59dcc4683867
parent6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae (diff)
ASoC: wm8750: Use IS_ENABLED() macro
Using the IS_ENABLED() macro can make the code shorter and simpler. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Mark Brown <broonie@linaro.org>