diff options
Diffstat (limited to 'include/linux/perf_event.h')
-rw-r--r-- | include/linux/perf_event.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/perf_event.h b/include/linux/perf_event.h index 3ef6ea12806a..a9209118d80f 100644 --- a/include/linux/perf_event.h +++ b/include/linux/perf_event.h | |||
@@ -172,6 +172,7 @@ struct perf_event; | |||
172 | struct pmu { | 172 | struct pmu { |
173 | struct list_head entry; | 173 | struct list_head entry; |
174 | 174 | ||
175 | struct module *module; | ||
175 | struct device *dev; | 176 | struct device *dev; |
176 | const struct attribute_group **attr_groups; | 177 | const struct attribute_group **attr_groups; |
177 | const char *name; | 178 | const char *name; |