|
@@ -26,6 +26,7 @@
|
|
#include <linux/module.h>
|
|
#include <linux/module.h>
|
|
#include <linux/moduleparam.h>
|
|
#include <linux/moduleparam.h>
|
|
#include <linux/pci.h>
|
|
#include <linux/pci.h>
|
|
|
|
+#include <linux/pci_hotplug.h>
|
|
#include <linux/slab.h>
|
|
#include <linux/slab.h>
|
|
#include <linux/smp.h>
|
|
#include <linux/smp.h>
|
|
#include <linux/smp_lock.h>
|
|
#include <linux/smp_lock.h>
|
|
@@ -36,7 +37,6 @@
|
|
#include "../pci.h" /* for pci_add_new_bus */
|
|
#include "../pci.h" /* for pci_add_new_bus */
|
|
/* and pci_do_scan_bus */
|
|
/* and pci_do_scan_bus */
|
|
#include "rpaphp.h"
|
|
#include "rpaphp.h"
|
|
-#include "pci_hotplug.h"
|
|
|
|
|
|
|
|
int debug;
|
|
int debug;
|
|
static struct semaphore rpaphp_sem;
|
|
static struct semaphore rpaphp_sem;
|