From: "René Bolldorf" <xsecute@googlemail.com>
To: linux-kernel@vger.kernel.org
Subject: [PATCH 4/5] drivers/pci/pci.c Section mismatch
Date: Thu, 18 Mar 2010 23:08:46 +0100 [thread overview]
Message-ID: <4BA2A46E.5090008@googlemail.com> (raw)
Signed-off-by: Rene Bolldorf <xsecute@googlemail.com>
diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c
index ddd55dc..a1f7d93 100644
--- a/drivers/pci/pci.c
+++ b/drivers/pci/pci.c
@@ -2773,7 +2773,7 @@ int pci_resource_bar(struct pci_dev *dev, int
resno, enum pci_bar_type *type)
/* Some architectures require additional programming to enable VGA */
static arch_set_vga_state_t arch_set_vga_state;
-void __init pci_register_set_vga_state(arch_set_vga_state_t func)
+void pci_register_set_vga_state(arch_set_vga_state_t func)
{
arch_set_vga_state = func; /* NULL disables */
}
next reply other threads:[~2010-03-18 22:08 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-18 22:08 René Bolldorf [this message]
2010-03-18 22:58 ` [PATCH 4/5] drivers/pci/pci.c Section mismatch Randy Dunlap
2010-03-18 23:34 ` René Bolldorf
2010-03-18 23:37 ` Randy Dunlap
2010-03-19 0:19 ` René Bolldorf
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=4BA2A46E.5090008@googlemail.com \
--to=xsecute@googlemail.com \
--cc=linux-kernel@vger.kernel.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.