diff options
| author | Greg Kroah-Hartman <greg@kroah.com> | 2002-06-06 23:29:15 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <greg@kroah.com> | 2002-06-06 23:29:15 -0700 |
| commit | bb69c3ecefe85ae843438e16a4e6f016dfaa22b7 (patch) | |
| tree | c3b5ed2094db8eb1b45d82a040da6e52dddbc7f4 /drivers | |
| parent | 0c6df6a6523e468e2bb161132382cab2811b497f (diff) | |
PCI Hotplug core: added #include <linux/namei.h> to fix compile time warning
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/hotplug/pci_hotplug_core.c | 1 |
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" |
