linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] sound/core.h: include sound/driver.h
@ 2007-12-08 20:50 Marcin Ślusarz
  2007-12-14 11:02 ` Takashi Iwai
  0 siblings, 1 reply; 5+ messages in thread
From: Marcin Ślusarz @ 2007-12-08 20:50 UTC (permalink / raw)
  To: perex; +Cc: linux-kernel

sound/core.h: include sound/driver.h

include sound/driver.h in sound/core.h because core.h
uses SNDRV_CARDS (which is defined in sound/driver.h)

Signed-off-by: Marcin Ślusarz <marcin.slusarz@gmail.com>
---
 include/sound/core.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/sound/core.h b/include/sound/core.h
index 6954836..3b0903a 100644
--- a/include/sound/core.h
+++ b/include/sound/core.h
@@ -27,6 +27,7 @@
 #include <linux/rwsem.h>		/* struct rw_semaphore */
 #include <linux/pm.h>			/* pm_message_t */
 #include <linux/device.h>
+#include <sound/driver.h>

 /* forward declarations */
 #ifdef CONFIG_PCI

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

end of thread, other threads:[~2007-12-19 18:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-08 20:50 [PATCH] sound/core.h: include sound/driver.h Marcin Ślusarz
2007-12-14 11:02 ` Takashi Iwai
2007-12-16  1:58   ` Marcin Slusarz
2007-12-17  9:30     ` Takashi Iwai
2007-12-19 18:26       ` Marcin Slusarz

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).