]> git.hungrycats.org Git - linux/commitdiff
PCI: compile time fix for the pci pool patch.
authorGreg Kroah-Hartman <greg@kroah.com>
Fri, 30 Aug 2002 07:56:40 +0000 (00:56 -0700)
committerGreg Kroah-Hartman <greg@kroah.com>
Fri, 30 Aug 2002 07:56:40 +0000 (00:56 -0700)
drivers/pci/pool.c

index 3b65a11504fd837457abc327f79a97b1f9a10634..d4aeb6f351308e5671b6b94ad95b4ddbdf1b2867 100644 (file)
@@ -80,7 +80,7 @@ show_pools (struct device *dev, char *buf, size_t count, loff_t off)
 
        return count - size;
 }
-static DEVICE_ATTR (pools, "pools", S_IRUGO, show_pools, NULL);
+static DEVICE_ATTR (pools, S_IRUGO, show_pools, NULL);
 
 /**
  * pci_pool_create - Creates a pool of pci consistent memory blocks, for dma.