diff options
Diffstat (limited to 'drivers/md/dm-log.c')
-rw-r--r-- | drivers/md/dm-log.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/md/dm-log.c b/drivers/md/dm-log.c index 67a6f31b7fc3..5b48478c79f5 100644 --- a/drivers/md/dm-log.c +++ b/drivers/md/dm-log.c | |||
@@ -831,7 +831,7 @@ static struct dm_dirty_log_type _disk_type = { | |||
831 | .status = disk_status, | 831 | .status = disk_status, |
832 | }; | 832 | }; |
833 | 833 | ||
834 | int __init dm_dirty_log_init(void) | 834 | static int __init dm_dirty_log_init(void) |
835 | { | 835 | { |
836 | int r; | 836 | int r; |
837 | 837 | ||
@@ -848,7 +848,7 @@ int __init dm_dirty_log_init(void) | |||
848 | return r; | 848 | return r; |
849 | } | 849 | } |
850 | 850 | ||
851 | void __exit dm_dirty_log_exit(void) | 851 | static void __exit dm_dirty_log_exit(void) |
852 | { | 852 | { |
853 | dm_dirty_log_type_unregister(&_disk_type); | 853 | dm_dirty_log_type_unregister(&_disk_type); |
854 | dm_dirty_log_type_unregister(&_core_type); | 854 | dm_dirty_log_type_unregister(&_core_type); |