Re: [BK PATCH] PCI hotplug changes for 2.5.34

From: Greg KH (greg@kroah.com)
Date: Mon Sep 09 2002 - 17:21:42 EST


# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet 1.630 -> 1.631
# drivers/hotplug/pci_hotplug.h 1.1 -> 1.2
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 02/09/09 greg@kroah.com 1.631
# PCI Hotplug: remove pci_*_nodev() prototypes as the functions are gone.
#
# The pci_bus_* functions should be used instead.
# --------------------------------------------
#
diff -Nru a/drivers/hotplug/pci_hotplug.h b/drivers/hotplug/pci_hotplug.h
--- a/drivers/hotplug/pci_hotplug.h Mon Sep 9 15:09:32 2002
+++ b/drivers/hotplug/pci_hotplug.h Mon Sep 9 15:09:32 2002
@@ -141,20 +141,5 @@
                                  struct pci_dev_wrapped *wrapped_dev,
                                  struct pci_bus_wrapped *wrapped_parent);
 
-extern int pci_read_config_byte_nodev (struct pci_ops *ops, u8 bus, u8 device,
- u8 function, int where, u8 *val);
-extern int pci_read_config_word_nodev (struct pci_ops *ops, u8 bus, u8 device,
- u8 function, int where, u16 *val);
-extern int pci_read_config_dword_nodev (struct pci_ops *ops, u8 bus, u8 device,
- u8 function, int where, u32 *val);
-
-extern int pci_write_config_byte_nodev (struct pci_ops *ops, u8 bus, u8 device,
- u8 function, int where, u8 val);
-extern int pci_write_config_word_nodev (struct pci_ops *ops, u8 bus, u8 device,
- u8 function, int where, u16 val);
-extern int pci_write_config_dword_nodev (struct pci_ops *ops, u8 bus, u8 device,
- u8 function, int where, u32 val);
-
-
 #endif
 
-
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/



This archive was generated by hypermail 2b29 : Sun Sep 15 2002 - 22:00:19 EST