]> Pileus Git - ~andy/linux/blobdiff - drivers/pci/pci-driver.c
Merge branch 'nfs-server-stable' of git://linux-nfs.org/~bfields/linux
[~andy/linux] / drivers / pci / pci-driver.c
index c43ecedce67340d92b1f5111560677a59ea416a9..6e2760b6c20a4cc1d1ce08ebb4d64dd87872c2d0 100644 (file)
@@ -531,8 +531,7 @@ void pci_dev_put(struct pci_dev *dev)
 }
 
 #ifndef CONFIG_HOTPLUG
-int pci_uevent(struct device *dev, char **envp, int num_envp,
-              char *buffer, int buffer_size)
+int pci_uevent(struct device *dev, struct kobj_uevent_env *env)
 {
        return -ENODEV;
 }