Merge tag 'dmaengine-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul...
[linux-2.6-microblaze.git] / include / linux / blk-mq.h
index 495ca19..958ed7e 100644 (file)
@@ -178,14 +178,10 @@ struct request {
 
        struct {
                unsigned int            seq;
-               struct list_head        list;
                rq_end_io_fn            *saved_end_io;
        } flush;
 
-       union {
-               struct __call_single_data csd;
-               u64 fifo_time;
-       };
+       u64 fifo_time;
 
        /*
         * completion callback.