diff options
| author | Mark Brown <[email protected]> | 2023-05-24 11:02:23 +0100 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2023-05-24 11:02:23 +0100 |
| commit | 01bc4ac9da94f972aabc33fc658609e2732a26e2 (patch) | |
| tree | 9798dc547ba536d964261e9bead6ba6aecfd0cfc /include/linux/blkdev.h | |
| parent | 8ce1bb9a5935385e9ef65bda1e8ca923c7fbb887 (diff) | |
| parent | 44c026a73be8038f03dbdeef028b642880cf1511 (diff) | |
spi: Merge up v6.4-rc3
Merge up v6.4-rc3 in order to get fixes to improve the stability of my
CI.
Diffstat (limited to 'include/linux/blkdev.h')
| -rw-r--r-- | include/linux/blkdev.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index b441e633f4dd..c0ffe203a602 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h @@ -1376,8 +1376,6 @@ enum blk_unique_id { BLK_UID_NAA = 3, }; -#define NFL4_UFLG_MASK 0x0000003F - struct block_device_operations { void (*submit_bio)(struct bio *bio); int (*poll_bio)(struct bio *bio, struct io_comp_batch *iob, |