26 Jul
2019
26 Jul
'19
5:32 p.m.
+static const struct file_operations cdns_reg_fops = {
- .open = simple_open,
- .read = cdns_reg_read,
- .llseek = default_llseek,
+};
DEFINE_SHOW_ATTRIBUTE()?
I remember looking at this but can't recall why I left it this way. That was before my Summer break so will relook, thanks for suggesting this.