All of lore.kernel.org
 help / color / mirror / Atom feed
From: akpm@linux-foundation.org
To: lethal@linux-sh.org, jbarnes@virtuousgeek.org, travis@sgi.com,
	mm-commits@vger.kernel.org
Subject: [merged] pci-kill-off-pci_register_set_vga_state-symbol-export.patch removed from -mm tree
Date: Mon, 22 Mar 2010 11:31:33 -0400	[thread overview]
Message-ID: <201003221832.o2MIWNTo020004@imap1.linux-foundation.org> (raw)


The patch titled
     pci: kill off pci_register_set_vga_state() symbol export.
has been removed from the -mm tree.  Its filename was
     pci-kill-off-pci_register_set_vga_state-symbol-export.patch

This patch was dropped because it was merged into mainline or a subsystem tree

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: pci: kill off pci_register_set_vga_state() symbol export.
From: Paul Mundt <lethal@linux-sh.org>

When pci_register_set_vga_state() was made __init, the EXPORT_SYMBOL() was
retained, which now leaves us with a section mismatch.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Cc: Mike Travis <travis@sgi.com>
Cc: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 drivers/pci/pci.c |    1 -
 1 file changed, 1 deletion(-)

diff -puN drivers/pci/pci.c~pci-kill-off-pci_register_set_vga_state-symbol-export drivers/pci/pci.c
--- a/drivers/pci/pci.c~pci-kill-off-pci_register_set_vga_state-symbol-export
+++ a/drivers/pci/pci.c
@@ -3023,7 +3023,6 @@ EXPORT_SYMBOL(pcim_pin_device);
 EXPORT_SYMBOL(pci_disable_device);
 EXPORT_SYMBOL(pci_find_capability);
 EXPORT_SYMBOL(pci_bus_find_capability);
-EXPORT_SYMBOL(pci_register_set_vga_state);
 EXPORT_SYMBOL(pci_release_regions);
 EXPORT_SYMBOL(pci_request_regions);
 EXPORT_SYMBOL(pci_request_regions_exclusive);
_

Patches currently in -mm which might be from lethal@linux-sh.org are

linux-next.patch
nommu-allow-private-mappings-of-read-only-devices.patch
improve-sys_personality-for-compat-architectures.patch


                 reply	other threads:[~2010-03-22 18:32 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=201003221832.o2MIWNTo020004@imap1.linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=jbarnes@virtuousgeek.org \
    --cc=lethal@linux-sh.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mm-commits@vger.kernel.org \
    --cc=travis@sgi.com \
    /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.