diff options
Diffstat (limited to 'include/linux/mmiotrace.h')
-rw-r--r-- | include/linux/mmiotrace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mmiotrace.h b/include/linux/mmiotrace.h index 5cbbc374e945..61d19e1b7a0b 100644 --- a/include/linux/mmiotrace.h +++ b/include/linux/mmiotrace.h | |||
@@ -18,7 +18,7 @@ struct kmmio_probe { | |||
18 | unsigned long len; /* length of the probe region */ | 18 | unsigned long len; /* length of the probe region */ |
19 | kmmio_pre_handler_t pre_handler; /* Called before addr is executed. */ | 19 | kmmio_pre_handler_t pre_handler; /* Called before addr is executed. */ |
20 | kmmio_post_handler_t post_handler; /* Called after addr is executed */ | 20 | kmmio_post_handler_t post_handler; /* Called after addr is executed */ |
21 | void *user_data; | 21 | void *private; |
22 | }; | 22 | }; |
23 | 23 | ||
24 | /* kmmio is active by some kmmio_probes? */ | 24 | /* kmmio is active by some kmmio_probes? */ |