From 17aa2fe58beef81863b253b034b49c7771f4eaf7 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Fri, 30 Aug 2002 00:56:40 -0700 Subject: [PATCH] PCI: compile time fix for the pci pool patch. --- drivers/pci/pool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pci/pool.c b/drivers/pci/pool.c index 3b65a11504fd..d4aeb6f35130 100644 --- a/drivers/pci/pool.c +++ b/drivers/pci/pool.c @@ -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. -- 2.39.5