All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@web.de>
To: Philippe Gerum <rpm@xenomai.org>
Cc: Xenomai <xenomai@xenomai.org>
Subject: [Xenomai] [PULL] forge: Fix for udd driver build
Date: Sat, 08 Nov 2014 08:10:32 +0100	[thread overview]
Message-ID: <545DC1E8.3060705@web.de> (raw)

The following changes since commit 9974f1359394888ad3a3b75cdbd67234fbe8fb93:

  cobalt/posix/thread: fix pthread_getschedparam() for RR threads (2014-11-06 10:19:33 +0100)

are available in the git repository at:

  git://git.xenomai.org/xenomai-jki.git for-forge

for you to fetch changes up to eba1bab9e304295b47314c9079aa628dadd917e2:

  drivers/udd: Fix modular build (2014-11-08 07:39:40 +0100)

----------------------------------------------------------------
Jan Kiszka (1):
      drivers/udd: Fix modular build

 kernel/cobalt/posix/signal.c | 1 +
 kernel/drivers/udd/udd.c     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/kernel/cobalt/posix/signal.c b/kernel/cobalt/posix/signal.c
index 83f03fd..96923be 100644
--- a/kernel/cobalt/posix/signal.c
+++ b/kernel/cobalt/posix/signal.c
@@ -580,6 +580,7 @@ out:
 
 	return ret;
 }
+EXPORT_SYMBOL_GPL(__cobalt_sigqueue);
 
 COBALT_SYSCALL(sigqueue, conforming,
 	       int, (pid_t pid, int sig,
diff --git a/kernel/drivers/udd/udd.c b/kernel/drivers/udd/udd.c
index 9a6ea9f..e5a12a1 100644
--- a/kernel/drivers/udd/udd.c
+++ b/kernel/drivers/udd/udd.c
@@ -476,7 +476,7 @@ void udd_notify_event(struct udd_device *udd)
 
 	if (ur->signfy.pid > 0) {
 		sival.sival_int = atomic_read(&ur->event);
-		cobalt_sigqueue(ur->signfy.pid, ur->signfy.sig, &sival);
+		__cobalt_sigqueue(ur->signfy.pid, ur->signfy.sig, &sival);
 	}
 }
 EXPORT_SYMBOL_GPL(udd_notify_event);

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: OpenPGP digital signature
URL: <http://www.xenomai.org/pipermail/xenomai/attachments/20141108/66fa3258/attachment.sig>

                 reply	other threads:[~2014-11-08  7:10 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=545DC1E8.3060705@web.de \
    --to=jan.kiszka@web.de \
    --cc=rpm@xenomai.org \
    --cc=xenomai@xenomai.org \
    /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.