Skip to content
Snippets Groups Projects
Commit ce77f08c authored by Alessandro Rubini's avatar Alessandro Rubini
Browse files

zio-trigger.h: comment fix (for 5e3c6c8b)

We don't have file_operations in the trigger since 5e3c6c8b

,
remove the related comment too (we forgot earlier).

Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
Acked-by: default avatarFederico Vaga <federico.vaga@gmail.com>
parent e6b1aaa1
No related merge requests found
......@@ -14,7 +14,6 @@ struct zio_trigger_type {
struct spinlock lock;
unsigned long flags; /* to be defined */
/* file_operations because the trigger may override the buffer */
const struct zio_sysfs_operations *s_op;
const struct zio_trigger_operations *t_op;
......
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