aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/dm.h
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2008-07-21 12:00:27 +0100
committerAlasdair G Kergon <agk@redhat.com>2008-07-21 12:00:27 +0100
commitc8da2f8dd86d70559ec4e50251f6a755b42bd5b4 (patch)
tree1991d27441d08a727160d75d7b2723b5514b19e1 /drivers/md/dm.h
parent371b2e348b7731a548b0a7432ca2ba32e90dd16f (diff)
dm log: make dm_dirty_log init and exit static
dm_dirty_log_{init,exit}() can now become static. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Alasdair G Kergon <agk@redhat.com>
Diffstat (limited to 'drivers/md/dm.h')
-rw-r--r--drivers/md/dm.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/md/dm.h b/drivers/md/dm.h
index 8c03b634e62..1e59a0b0a78 100644
--- a/drivers/md/dm.h
+++ b/drivers/md/dm.h
@@ -100,12 +100,6 @@ int dm_lock_for_deletion(struct mapped_device *md);
void dm_kobject_uevent(struct mapped_device *md);
-/*
- * Dirty log
- */
-int dm_dirty_log_init(void);
-void dm_dirty_log_exit(void);
-
int dm_kcopyd_init(void);
void dm_kcopyd_exit(void);