[PATCH] Driver Core: arch: update device attribute callbacks

Signed-off-by: Yani Ioannou <yani.ioannou@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Yani Ioannou
2005-05-17 06:40:51 -04:00
committed by Greg Kroah-Hartman
parent 3eb8c7836e
commit ff381d2223
11 changed files with 22 additions and 22 deletions

View File

@@ -161,7 +161,7 @@ void of_unregister_driver(struct of_platform_driver *drv)
}
static ssize_t dev_show_devspec(struct device *dev, char *buf)
static ssize_t dev_show_devspec(struct device *dev, struct device_attribute *attr, char *buf)
{
struct of_device *ofdev;