linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] sound: fix trivial build error in mpc5200_dma.c
@ 2012-02-25 21:12 Paul Gortmaker
  2012-02-27 14:59 ` Mark Brown
  0 siblings, 1 reply; 6+ messages in thread
From: Paul Gortmaker @ 2012-02-25 21:12 UTC (permalink / raw)
  To: perex, tiwai; +Cc: timur, broonie, lrg, linux-next, Paul Gortmaker

Add the obvious header to fix this:

sound/soc/fsl/mpc5200_dma.c:301: error: implicit declaration of function 'DMA_BIT_MASK'
sound/soc/fsl/mpc5200_dma.c:301: error: initializer element is not constant

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>

---

[seen in linux-next-20120224 tree]

diff --git a/sound/soc/fsl/mpc5200_dma.c b/sound/soc/fsl/mpc5200_dma.c
index 33adbf1..9a3f7c5 100644
--- a/sound/soc/fsl/mpc5200_dma.c
+++ b/sound/soc/fsl/mpc5200_dma.c
@@ -8,6 +8,7 @@
 
 #include <linux/module.h>
 #include <linux/of_device.h>
+#include <linux/dma-mapping.h>
 #include <linux/slab.h>
 #include <linux/of_platform.h>
 
-- 
1.7.9.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-02-28 10:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-25 21:12 [PATCH] sound: fix trivial build error in mpc5200_dma.c Paul Gortmaker
2012-02-27 14:59 ` Mark Brown
2012-02-27 21:56   ` Timur Tabi
2012-02-27 23:56     ` Mark Brown
2012-02-28  0:43       ` Paul Gortmaker
2012-02-28 10:27         ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).