From e606ad4aae5bc2977081acc88db4c8e2fb08fbf7 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Thu, 13 May 2021 14:25:42 +0200 Subject: [PATCH] Revert "ANDROID: GKI: restore a part of "struct mmc_host"" This reverts commit a12132f8488f77795f9500dca4035cc250599efb. Bring back the commit in 5.10.36 that broke the kabi. Signed-off-by: Greg Kroah-Hartman Change-Id: Ia3896de1eca422d424175a2105299e9e5a521a04 --- include/linux/mmc/host.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h index 0c65678ed377..9b0450d58d70 100644 --- a/include/linux/mmc/host.h +++ b/include/linux/mmc/host.h @@ -286,10 +286,6 @@ struct mmc_host { u32 ocr_avail_sdio; /* SDIO-specific OCR */ u32 ocr_avail_sd; /* SD-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 */ u32 max_current_330; u32 max_current_300;