Revert existing FBE changes for ICE FBE
Revert existing FBE kernel changes for ICE upstream. Revert UFS qcom specific ice changes. Revert all sdhci related ICE changes formatted. defconfig: Remove old FBE/ICE defconfigs. Change-Id: I4d77927b6373b3bb3edfe3b060d1de272a54a426 Signed-off-by: Gaurav Kashyap <gaurkash@codeaurora.org> Signed-off-by: Neeraj Soni <neersoni@codeaurora.org>
This commit is contained in:
committed by
Blagovest Kolenichev
parent
5483493a93
commit
2ceec83a4f
@@ -73,9 +73,6 @@
|
||||
|
||||
#define bio_sectors(bio) bvec_iter_sectors((bio)->bi_iter)
|
||||
#define bio_end_sector(bio) bvec_iter_end_sector((bio)->bi_iter)
|
||||
#define bio_dun(bio) ((bio)->bi_iter.bi_dun)
|
||||
#define bio_duns(bio) (bio_sectors(bio) >> 3) /* 4KB unit */
|
||||
#define bio_end_dun(bio) (bio_dun(bio) + bio_duns(bio))
|
||||
|
||||
/*
|
||||
* Return the data direction, READ or WRITE.
|
||||
@@ -173,11 +170,6 @@ static inline void bio_advance_iter(struct bio *bio, struct bvec_iter *iter,
|
||||
{
|
||||
iter->bi_sector += bytes >> 9;
|
||||
|
||||
#ifdef CONFIG_PFK
|
||||
if (iter->bi_dun)
|
||||
iter->bi_dun += bytes >> 12;
|
||||
#endif
|
||||
|
||||
if (bio_no_advance_iter(bio)) {
|
||||
iter->bi_size -= bytes;
|
||||
iter->bi_done += bytes;
|
||||
|
||||
Reference in New Issue
Block a user