From: "Marcin Ślusarz" <marcin.slusarz@gmail.com>
To: perex@perex.cz
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] sound/core/memory.c: include sound/core.h
Date: Sat, 8 Dec 2007 21:54:52 +0100 [thread overview]
Message-ID: <20071208205448.GH5087@joi> (raw)
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
reply other threads:[~2007-12-08 20:53 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20071208205448.GH5087@joi \
--to=marcin.slusarz@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=perex@perex.cz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.