Commit 17aa2fe5 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

PCI: compile time fix for the pci pool patch.

parent 1e31bbe1
...@@ -80,7 +80,7 @@ show_pools (struct device *dev, char *buf, size_t count, loff_t off) ...@@ -80,7 +80,7 @@ show_pools (struct device *dev, char *buf, size_t count, loff_t off)
return count - size; 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. * pci_pool_create - Creates a pool of pci consistent memory blocks, for dma.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment