diff options
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2026-01-21 17:50:36 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2026-01-21 17:50:36 +0300 |
| commit | c23f0550c05d40762b141808709667759291c938 (patch) | |
| tree | 24e8cfb58582b140c48e17eb49eaea8828d5708d /include/linux | |
| parent | ff112f1ecd10b72004eac05bae395e1c65f0c63c (diff) | |
| download | linux-c23f0550c05d40762b141808709667759291c938.tar.xz | |
Revert "mmc: rtsx: reset power state on suspend"
This reverts commit eac85fbd0867c25ac517f58fae401d65c627edff.
This is not the correct change, so revert it for now.
Fixes: eac85fbd0867 ("mmc: rtsx: reset power state on suspend")
Cc: Matthew Schwartz <matthew.schwartz@linux.dev>
Cc: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/rtsx_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/rtsx_common.h b/include/linux/rtsx_common.h index f294f478f0c0..da9c8c6b5d50 100644 --- a/include/linux/rtsx_common.h +++ b/include/linux/rtsx_common.h @@ -32,7 +32,6 @@ struct platform_device; struct rtsx_slot { struct platform_device *p_dev; void (*card_event)(struct platform_device *p_dev); - void (*power_off)(struct platform_device *p_dev); }; #endif |
