diff options
Diffstat (limited to 'include/linux/blkdev.h')
| -rw-r--r-- | include/linux/blkdev.h | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 6c6a1f00806..606cf339bb5 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h @@ -399,9 +399,6 @@ struct request_queue {  	/* Throttle data */  	struct throtl_data *td;  #endif -#ifdef CONFIG_LOCKDEP -	int			ioc_release_depth; -#endif  };  #define QUEUE_FLAG_QUEUED	1	/* uses generic tag queueing */  |