Skip to content

Commit 862c666

Browse files
author
Mike Snitzer
committed
dm: remove stale/redundant dm_internal_{suspend,resume} prototypes in dm.h
dm_internal_suspend() no longer exists. Signed-off-by: Mike Snitzer <[email protected]>
1 parent c4f512d commit 862c666

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

drivers/md/dm.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,6 @@ void dm_put_table_device(struct mapped_device *md, struct dm_dev *d);
210210
int dm_kobject_uevent(struct mapped_device *md, enum kobject_action action,
211211
unsigned int cookie, bool need_resize_uevent);
212212

213-
void dm_internal_suspend(struct mapped_device *md);
214-
void dm_internal_resume(struct mapped_device *md);
215-
216213
int dm_io_init(void);
217214
void dm_io_exit(void);
218215

0 commit comments

Comments
 (0)