mirror of
https://github.com/adulau/aha.git
synced 2024-12-29 12:16:20 +00:00
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: Jens Axboe <jens.axboe@oracle.com>
This commit is contained in:
parent
1c9ce52763
commit
244b4d56f8
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue