summaryrefslogtreecommitdiff
path: root/drivers/hotplug
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <greg@kroah.com>2002-06-06 23:29:15 -0700
committerGreg Kroah-Hartman <greg@kroah.com>2002-06-06 23:29:15 -0700
commitbb69c3ecefe85ae843438e16a4e6f016dfaa22b7 (patch)
treec3b5ed2094db8eb1b45d82a040da6e52dddbc7f4 /drivers/hotplug
parent0c6df6a6523e468e2bb161132382cab2811b497f (diff)
PCI Hotplug core: added #include <linux/namei.h> to fix compile time warning
Diffstat (limited to 'drivers/hotplug')
-rw-r--r--drivers/hotplug/pci_hotplug_core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hotplug/pci_hotplug_core.c b/drivers/hotplug/pci_hotplug_core.c
index 3ec8ce0c0870..d01ad2b13bf7 100644
--- a/drivers/hotplug/pci_hotplug_core.c
+++ b/drivers/hotplug/pci_hotplug_core.c
@@ -36,6 +36,7 @@
#include <linux/slab.h>
#include <linux/smp_lock.h>
#include <linux/init.h>
+#include <linux/namei.h>
#include <linux/pci.h>
#include <asm/uaccess.h>
#include "pci_hotplug.h"