summary refs log tree commit diff
path: root/drivers/md/dm-log.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/md/dm-log.h')
-rw-r--r--drivers/md/dm-log.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/md/dm-log.h b/drivers/md/dm-log.h
index 2da48a857cb9..600c5fb2daad 100644
--- a/drivers/md/dm-log.h
+++ b/drivers/md/dm-log.h
@@ -25,10 +25,8 @@ struct dm_dirty_log {
 };
 
 struct dm_dirty_log_type {
-	struct list_head list;
 	const char *name;
 	struct module *module;
-	unsigned use_count;
 
 	int (*ctr)(struct dm_dirty_log *log, struct dm_target *ti,
 		   unsigned argc, char **argv);