ANDROID: scsi: ufs: Remove superfluous prototype to ufshcd_auto_hibern8_enable()

Let's remove this delta and realign with Mainline.

Fixes: 58dd6e42a8 ("Merge 103fb219cf ("Merge tag 'vfs-6.10.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs") into android-mainline")
Signed-off-by: Lee Jones <joneslee@google.com>
Change-Id: Iacf2e0d4cd8aac0a9ebe313db9d02158e5dcaeac
This commit is contained in:
Lee Jones
2024-06-26 10:37:05 +01:00
parent 9bd7b75557
commit 5b8a21ffb2
-1
View File
@@ -1416,7 +1416,6 @@ int ufshcd_query_flag_retry(struct ufs_hba *hba,
int ufshcd_bkops_ctrl(struct ufs_hba *hba, enum bkops_status status);
void ufshcd_auto_hibern8_enable(struct ufs_hba *hba);
void ufshcd_auto_hibern8_update(struct ufs_hba *hba, u32 ahit);
void ufshcd_fixup_dev_quirks(struct ufs_hba *hba,
const struct ufs_dev_quirk *fixups);