[PATCH] Remove pci_dev->slot_name
From: Greg KH (greg_at_kroah.com)
Date: 03/04/05
- Previous message: Shawn Starr: "Re: [RFQ] Rules for accepting patches into the linux-releases tree"
- In reply to: Greg KH: "[PATCH] convert pci_dev->slot_name usage to pci_name()"
- Next in thread: Greg KH: "[PATCH] PCI Hotplug: Remove unneeded instructions from ibmphp_pci.c"
- Reply: Greg KH: "[PATCH] PCI Hotplug: Remove unneeded instructions from ibmphp_pci.c"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 4 Mar 2005 12:53:55 -0800 To: linux-kernel@vger.kernel.org, linux-pci@atrey.karlin.mff.cuni.cz
ChangeSet 1.1998.11.7, 2005/02/07 14:37:01-08:00, davej@redhat.com
[PATCH] Remove pci_dev->slot_name
This is a pointer to dev.bus_id, which is properly accessed through the
pci_name() function.
Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
include/linux/pci.h | 2 --
1 files changed, 2 deletions(-)
diff -Nru a/include/linux/pci.h b/include/linux/pci.h
--- a/include/linux/pci.h 2005-03-04 12:43:26 -08:00
+++ b/include/linux/pci.h 2005-03-04 12:43:26 -08:00
@@ -549,8 +549,6 @@
unsigned int irq;
struct resource resource[DEVICE_COUNT_RESOURCE]; /* I/O and memory regions + expansion ROMs */
- char * slot_name; /* pointer to dev.bus_id */
-
/* These fields are used by common fixups */
unsigned int transparent:1; /* Transparent PCI bridge */
unsigned int multifunction:1;/* Part of multi-function device */
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Shawn Starr: "Re: [RFQ] Rules for accepting patches into the linux-releases tree"
- In reply to: Greg KH: "[PATCH] convert pci_dev->slot_name usage to pci_name()"
- Next in thread: Greg KH: "[PATCH] PCI Hotplug: Remove unneeded instructions from ibmphp_pci.c"
- Reply: Greg KH: "[PATCH] PCI Hotplug: Remove unneeded instructions from ibmphp_pci.c"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|