linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] sound/core/memory.c: include sound/core.h
@ 2007-12-08 20:54 Marcin Ślusarz
  0 siblings, 0 replies; only message in thread
From: Marcin Ślusarz @ 2007-12-08 20:54 UTC (permalink / raw)
  To: perex; +Cc: linux-kernel

sound/core/memory.c: include sound/core.h

copy_to_user_fromio and copy_from_user_toio are declared in sound/core.h
but sound/core/memory.c doesn't include it - fix it

depends on: "[PATCH] sound/core.h: include sound/driver.h"

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

diff --git a/sound/core/memory.c b/sound/core/memory.c
index 25b0f05..0420056 100644
--- a/sound/core/memory.c
+++ b/sound/core/memory.c
@@ -23,6 +23,7 @@
 #include <linux/module.h>
 #include <asm/io.h>
 #include <asm/uaccess.h>
+#include <sound/core.h>

 /**
  * copy_to_user_fromio - copy data from mmio-space to user-space

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2007-12-08 20:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-08 20:54 [PATCH] sound/core/memory.c: include sound/core.h Marcin Ślusarz

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