# 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.466 -> 1.467 # drivers/hotplug/pci_hotplug_core.c 1.15 -> 1.16 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 02/06/07 greg@kroah.com 1.467 # PCI Hotplug core: added #include to fix compile time warning # -------------------------------------------- # diff -Nru a/drivers/hotplug/pci_hotplug_core.c b/drivers/hotplug/pci_hotplug_core.c --- a/drivers/hotplug/pci_hotplug_core.c Fri Jun 7 13:35:36 2002 +++ b/drivers/hotplug/pci_hotplug_core.c Fri Jun 7 13:35:36 2002 @@ -36,6 +36,7 @@ #include #include #include +#include #include #include #include "pci_hotplug.h"