]> err.no Git - linux-2.6/blobdiff - Documentation/filesystems/sysfs.txt
Merge /home/torvalds/linux-2.6-arm
[linux-2.6] / Documentation / filesystems / sysfs.txt
index 60f6c2c4d477968e2966eb152183fe1c71bc689b..dc276598a65a3784c4dd7d41470c41f288db9529 100644 (file)
@@ -214,7 +214,7 @@ Other notes:
 
 A very simple (and naive) implementation of a device attribute is:
 
-static ssize_t show_name(struct device * dev, char * buf)
+static ssize_t show_name(struct device *dev, struct device_attribute *attr, char *buf)
 {
         return sprintf(buf,"%s\n",dev->name);
 }