Commit e22b3786 authored by Federico Vaga's avatar Federico Vaga

TEMP zio-cdev.c: class_attribute show hasn't class_attribute parameter

Signed-off-by: 's avatarFederico Vaga <federico.vaga@gmail.com>
parent 8c91abeb
......@@ -21,7 +21,6 @@ struct zio_status zio_global_status;
static struct zio_status *zstat = &zio_global_status; /* Always use ptr */
static ssize_t zio_show_version(struct class *class,
struct class_attribute *attr,
char *buf)
{
return sprintf(buf, "%d.%d\n", ZIO_MAJOR_VERSION, ZIO_MINOR_VERSION);
......
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