From: Mike Snitzer Date: Thu, 15 Jun 2023 20:41:20 +0000 (-0400) Subject: dm: remove stale/redundant dm_internal_{suspend,resume} prototypes in dm.h X-Git-Tag: v6.6.17~4506^2~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=862c6663c12ba217e8e920dc6dd158383ea5cf76;p=platform%2Fkernel%2Flinux-rpi.git dm: remove stale/redundant dm_internal_{suspend,resume} prototypes in dm.h dm_internal_suspend() no longer exists. Signed-off-by: Mike Snitzer --- diff --git a/drivers/md/dm.h b/drivers/md/dm.h index 63d9010..f682295 100644 --- a/drivers/md/dm.h +++ b/drivers/md/dm.h @@ -210,9 +210,6 @@ void dm_put_table_device(struct mapped_device *md, struct dm_dev *d); int dm_kobject_uevent(struct mapped_device *md, enum kobject_action action, unsigned int cookie, bool need_resize_uevent); -void dm_internal_suspend(struct mapped_device *md); -void dm_internal_resume(struct mapped_device *md); - int dm_io_init(void); void dm_io_exit(void);