Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dm: remove stale/redundant dm_internal_{suspend,resume} prototypes in dm.h

dm_internal_suspend() no longer exists.

Signed-off-by: Mike Snitzer <snitzer@kernel.org>

-3
-3
drivers/md/dm.h
··· 210 210 int dm_kobject_uevent(struct mapped_device *md, enum kobject_action action, 211 211 unsigned int cookie, bool need_resize_uevent); 212 212 213 - void dm_internal_suspend(struct mapped_device *md); 214 - void dm_internal_resume(struct mapped_device *md); 215 - 216 213 int dm_io_init(void); 217 214 void dm_io_exit(void); 218 215