Commit 418395f2 authored by Alessandro Rubini's avatar Alessandro Rubini

trivial: add owner to file operations

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 977a7f49
......@@ -97,6 +97,7 @@ static ssize_t fc_write(struct file *f, const char __user *buf, size_t count,
}
static const struct file_operations fc_fops = {
.owner = THIS_MODULE,
.open = fc_open,
.release = fc_release,
.llseek = generic_file_llseek,
......
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