]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/mmiotrace.h
[SCSI] aic79xx: user visible misuse wrong SI units (not disk size!)
[linux-2.6-omap-h63xx.git] / include / linux / mmiotrace.h
index 5cbbc374e9450f202bf3dd4b0bf7b5b127f1ea92..61d19e1b7a0b0684ec6799b1d2351e167f10a1ae 100644 (file)
@@ -18,7 +18,7 @@ struct kmmio_probe {
        unsigned long len; /* length of the probe region */
        kmmio_pre_handler_t pre_handler; /* Called before addr is executed. */
        kmmio_post_handler_t post_handler; /* Called after addr is executed */
-       void *user_data;
+       void *private;
 };
 
 /* kmmio is active by some kmmio_probes? */