Commit fd618751 authored by Federico Vaga's avatar Federico Vaga

kernel: add devtype to sysfs buffer

Signed-off-by: 's avatarFederico Vaga <federico.vaga@gmail.com>
parent 6ec0476c
......@@ -974,6 +974,7 @@ static struct attribute *def_chan_attrs_ptr[] = {
/* default attributes for buffer instance */
static struct attribute *def_bi_attrs_ptr[] = {
&zio_default_attributes[ZIO_DAN_NAME].attr,
&zio_default_attributes[ZIO_DAN_TYPE].attr,
&zio_default_attributes[ZIO_DAN_FLUS].attr,
&zio_default_attributes[ZIO_DAN_PREF].attr,
NULL,
......
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