X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=ltt-probes.c;h=668f6678ad3ec13c15cfb8518e8d20b32b5afa76;hb=5fee13fdbe001aacbdd61052f2ab0be57bfd6c5f;hp=94beb05b8f64e3cbd4667e70ffd488ae4de48160;hpb=7516d0ea57cbca254ad60c4f1c5b809681fa2d0c;p=lttng-modules.git diff --git a/ltt-probes.c b/ltt-probes.c index 94beb05b..668f6678 100644 --- a/ltt-probes.c +++ b/ltt-probes.c @@ -4,6 +4,8 @@ * Copyright 2010 (c) - Mathieu Desnoyers * * Holds LTTng probes registry. + * + * Dual LGPL v2.1/GPL v2 license. */ #include @@ -154,6 +156,7 @@ int lttng_tracepoint_list_open(struct inode *inode, struct file *file) } const struct file_operations lttng_tracepoint_list_fops = { + .owner = THIS_MODULE, .open = lttng_tracepoint_list_open, .read = seq_read, .llseek = seq_lseek,