From: Amit Shah <amit.shah@redhat.com>
To: rusty@rustcorp.com.au
Cc: Amit Shah <amit.shah@redhat.com>,
linuxppc-dev@ozlabs.org,
virtualization@lists.linux-foundation.org
Subject: [PATCH 26/28] hvc_console: Export (GPL'ed) hvc_remove
Date: Sat, 28 Nov 2009 12:20:49 +0530 [thread overview]
Message-ID: <1259391051-7752-27-git-send-email-amit.shah@redhat.com> (raw)
In-Reply-To: <1259391051-7752-26-git-send-email-amit.shah@redhat.com>
The virtio console, which uses hvc, will get the ability to hot-unplug
ports. Export hvc_remove so that virtio_console can disassociate with
hvc.
Signed-off-by: Amit Shah <amit.shah@redhat.com>
Cc: linuxppc-dev@ozlabs.org
---
drivers/char/hvc_console.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/char/hvc_console.c b/drivers/char/hvc_console.c
index 299772f..d8dac58 100644
--- a/drivers/char/hvc_console.c
+++ b/drivers/char/hvc_console.c
@@ -833,6 +833,7 @@ int hvc_remove(struct hvc_struct *hp)
tty_hangup(tty);
return 0;
}
+EXPORT_SYMBOL_GPL(hvc_remove);
/* Driver initialization: called as soon as someone uses hvc_alloc(). */
static int hvc_init(void)
--
1.6.2.5
prev parent reply other threads:[~2009-11-28 6:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1259391051-7752-1-git-send-email-amit.shah@redhat.com>
[not found] ` <1259391051-7752-2-git-send-email-amit.shah@redhat.com>
[not found] ` <1259391051-7752-3-git-send-email-amit.shah@redhat.com>
2009-11-28 6:50 ` [PATCH 03/28] hvc_console: make the ops pointer const Amit Shah
[not found] ` <1259391051-7752-5-git-send-email-amit.shah@redhat.com>
[not found] ` <1259391051-7752-6-git-send-email-amit.shah@redhat.com>
[not found] ` <1259391051-7752-7-git-send-email-amit.shah@redhat.com>
[not found] ` <1259391051-7752-8-git-send-email-amit.shah@redhat.com>
[not found] ` <1259391051-7752-9-git-send-email-amit.shah@redhat.com>
[not found] ` <1259391051-7752-10-git-send-email-amit.shah@redhat.com>
[not found] ` <1259391051-7752-11-git-send-email-amit.shah@redhat.com>
[not found] ` <1259391051-7752-12-git-send-email-amit.shah@redhat.com>
[not found] ` <1259391051-7752-13-git-send-email-amit.shah@redhat.com>
[not found] ` <1259391051-7752-14-git-send-email-amit.shah@redhat.com>
[not found] ` <1259391051-7752-15-git-send-email-amit.shah@redhat.com>
[not found] ` <1259391051-7752-16-git-send-email-amit.shah@redhat.com>
[not found] ` <1259391051-7752-17-git-send-email-amit.shah@redhat.com>
[not found] ` <1259391051-7752-18-git-send-email-amit.shah@redhat.com>
[not found] ` <1259391051-7752-19-git-send-email-amit.shah@redhat.com>
[not found] ` <1259391051-7752-20-git-send-email-amit.shah@redhat.com>
[not found] ` <1259391051-7752-21-git-send-email-amit.shah@redhat.com>
[not found] ` <1259391051-7752-22-git-send-email-amit.shah@redhat.com>
[not found] ` <1259391051-7752-23-git-send-email-amit.shah@redhat.com>
[not found] ` <1259391051-7752-24-git-send-email-amit.shah@redhat.com>
[not found] ` <1259391051-7752-25-git-send-email-amit.shah@redhat.com>
[not found] ` <1259391051-7752-26-git-send-email-amit.shah@redhat.com>
2009-11-28 6:50 ` Amit Shah [this message]
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=1259391051-7752-27-git-send-email-amit.shah@redhat.com \
--to=amit.shah@redhat.com \
--cc=linuxppc-dev@ozlabs.org \
--cc=rusty@rustcorp.com.au \
--cc=virtualization@lists.linux-foundation.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 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).