Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 244b4d56 authored by Jens Axboe's avatar Jens Axboe
Browse files

block: kill request_queue_t



Everything was moved to struct request_queue a few kernel revisions
ago, maintaining the deprecated typedef to avoid breaking things.
Now the time has come to get rid of that typedef.

Signed-off-by: default avatarJens Axboe <jens.axboe@oracle.com>
parent 1c9ce527
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -23,7 +23,6 @@
struct scsi_ioctl_command;

struct request_queue;
typedef struct request_queue request_queue_t __deprecated;
struct elevator_queue;
typedef struct elevator_queue elevator_t;
struct request_pm_state;