Skip to content
  • Jens Axboe's avatar
    loop: add blk-mq.h include · 78e367a3
    Jens Axboe authored
    
    
    Looks like we pull it in through other ways on x86, but we fail
    on sparc:
    
    In file included from drivers/block/cryptoloop.c:30:0:
    drivers/block/loop.h:63:24: error: field 'tag_set' has incomplete type
    struct blk_mq_tag_set tag_set;
    
    Add the include to loop.h, kill it from loop.c.
    
    Signed-off-by: default avatarJens Axboe <axboe@fb.com>
    78e367a3