mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 06:25:52 +02:00
Revert "ANDROID: GKI: restore a part of "struct mmc_host""
This reverts commit a12132f848.
Bring back the commit in 5.10.36 that broke the kabi.
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: Ia3896de1eca422d424175a2105299e9e5a521a04
This commit is contained in:
parent
71a3aa889d
commit
e606ad4aae
|
|
@ -286,10 +286,6 @@ struct mmc_host {
|
||||||
u32 ocr_avail_sdio; /* SDIO-specific OCR */
|
u32 ocr_avail_sdio; /* SDIO-specific OCR */
|
||||||
u32 ocr_avail_sd; /* SD-specific OCR */
|
u32 ocr_avail_sd; /* SD-specific OCR */
|
||||||
u32 ocr_avail_mmc; /* MMC-specific OCR */
|
u32 ocr_avail_mmc; /* MMC-specific OCR */
|
||||||
#ifdef CONFIG_PM_SLEEP
|
|
||||||
/* DO NOT USE, is not used, for abi preservation only */
|
|
||||||
struct notifier_block pm_notify;
|
|
||||||
#endif
|
|
||||||
struct wakeup_source *ws; /* Enable consume of uevents */
|
struct wakeup_source *ws; /* Enable consume of uevents */
|
||||||
u32 max_current_330;
|
u32 max_current_330;
|
||||||
u32 max_current_300;
|
u32 max_current_300;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user