summaryrefslogtreecommitdiffstats
path: root/drivers/base/dmapool.c
diff options
context:
space:
mode:
authorYani Ioannou2005-05-17 12:41:12 +0200
committerGreg Kroah-Hartman2005-06-21 00:15:32 +0200
commit74880c063b06efd103c924abfe19d9d8fa4864c4 (patch)
tree7d0995426cec1f3577a5f8e5f61ada43a0df9813 /drivers/base/dmapool.c
parent[PATCH] Driver Core: arch: update device attribute callbacks (diff)
downloadkernel-qcow2-linux-74880c063b06efd103c924abfe19d9d8fa4864c4.tar.gz
kernel-qcow2-linux-74880c063b06efd103c924abfe19d9d8fa4864c4.tar.xz
kernel-qcow2-linux-74880c063b06efd103c924abfe19d9d8fa4864c4.zip
[PATCH] Driver Core: drivers/base - drivers/i2c/chips/adm1026.c: update device attribute callbacks
Signed-off-by: Yani Ioannou <yani.ioannou@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/base/dmapool.c')
-rw-r--r--drivers/base/dmapool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/dmapool.c b/drivers/base/dmapool.c
index f48833df61a2..c4aebf2f522d 100644
--- a/drivers/base/dmapool.c
+++ b/drivers/base/dmapool.c
@@ -41,7 +41,7 @@ struct dma_page { /* cacheable header for 'allocation' bytes */
static DECLARE_MUTEX (pools_lock);
static ssize_t
-show_pools (struct device *dev, char *buf)
+show_pools (struct device *dev, struct device_attribute *attr, char *buf)
{
unsigned temp;
unsigned size;